/* font-family: 'MaruBuriExtraLight';
font-family: 'MaruBuriLight';
font-family: 'MaruBuri';
font-family: 'MaruBuriBold';
font-family: 'MaruBuriSemiBold'; */

body { 
    visibility: hidden;
    margin: 0px;
    padding: 0px;
    /* font-family: "Nanum Gothic", sans-serif; */
    transition: opacity 0.3s ease-in-out;
    text-underline-offset: 8px;
}

body.loaded {
    visibility: visible;
}

.slider-btn {
    background: none;
	color: inherit;
	border: none;
	padding: 0;
	font: inherit;
	cursor: pointer;
	outline: inherit;
}

.empty-work {
	background-image: url('../img/work_prep.png');
	background-repeat: no-repeat;
	background-size: cover ;
    height:400px;
    width:auto;
}

.page-header {
	background-image: url('../img/pageHeader.jpg');
	background-repeat: no-repeat;
	background-size: cover ;
	min-height: 360px;

	.title {
		bottom:55px;
		left:55px;
        margin-top:150px;
		.main-title {
			font-size: 48px;
			color:#fff;
			text-shadow: 2px 4px 3px rgba(0,0,0,0.6);
		}

		.sub-title {
			font-size: 18px;
			color:#fff;
			text-shadow: 1px 1px 1px rgba(0,0,0,0.6);
		}
	}
}

.gallery-detail-title {
    font-size:48px;
    font-weight: bold;
}

.gallery-detail-content {

}

.gallery-detail-title-sm {
    font-size:36px;
    font-weight: bold;
}


.hover-underline:hover {
    text-decoration: underline;
}

.community-content{
    background-color: white;
    padding:3px;
    min-height: 300px;
}

/* header */
#lg-header.scrolled {
    background-color: #eeeeee; /* Background color after scroll */
    color: gray; /* Adjust text color for better contrast */
}

#sm-header.scrolled {
    background-color: #eeeeee; /* Background color after scroll */
    color: gray; /* Adjust text color for better contrast */
}

#lg-header.toggle-header-menu:hover{
    color:#fff;
}

/* Pagination */
.page-item {
    color : #686868;
}
/* .pagination-outer{ text-align: center; }
.pagination{
    font-family: 'Poppins', sans-serif;
    display: inline-flex;
    position: relative;
}
.pagination li a.page-link{
    color: #666;
    background: #ddd;
    font-size: 18px;
    font-weight: 600;
    line-height: 35px;
    height: 35px;
    width: 35px;
    padding: 0;
    margin: 0 5px;
    border: none;
    border-radius: 5px;
    position: relative;
    z-index: 1;
    transition: all 0.4s ease 0s;
}
.pagination li:first-child a.page-link,
.pagination li:last-child a.page-link{
    font-size: 30px;
    line-height: 32px;
    font-weight: 400;
}
.pagination li a.page-link:hover,
.pagination li a.page-link:focus,
.pagination li.active a.page-link:hover,
.pagination li.active a.page-link{
    color: #fff;
    background: #9a8478;
    box-shadow: 8px 0 15px rgba(0,0,0,0.7) inset;
}
.pagination li a.page-link:before{
    content: '';
    background-color: #ddd;
    height: 4px;
    width: 100%;
    border-radius: 10px;
    transform: scaleX(0);
    position: absolute;
    left: 0;
    bottom: -7px;
    transition: all 0.3s ease 0s;
}
.pagination li a.page-link:hover:before,
.pagination li a.page-link:focus:before,
.pagination li.active a.page-link:hover:before,
.pagination li.active a.page-link:before{
    background-color: #9a8478;
    transform: scaleX(1);
}
@media only screen and (max-width: 480px){
    .pagination{
        font-size: 0;
        display: inline-block;
    }
    .pagination li{
        display: inline-block;
        vertical-align: top;
        margin: 10px 0;
    }
} */

/* Text */
.title{
    font-size: 35px;
    color:#000;
    font-weight: bold;
}

/* Spacing */
.pt-15 {
	padding-top: 15px;
}

.pt-20 {
	padding-top: 20px;
}

.pt-30 {
	padding-top: 30px;
}

.pt-50 {
	padding-top: 50px;
}

.pt-70 {
	padding-top: 70px;
}

.pt-100 {
	padding-top: 100px;
}

.pt-150 {
	padding-top: 150px;
}

.pb-30 {
	padding-bottom: 30px;
}

.pb-70 {
	padding-bottom: 70px;
}

.pb-100 {
	padding-bottom: 100px;
}

.me-15 {
    margin-right:15px;
}

.mt-15 { 
	margin-top: 15px;
}

.mt-20 { 
	margin-top: 20px;
}

.mt-30 {
	margin-top: 30px;
}

.mt-50 {
	margin-top: 50px;
}

.mt-70 {
	margin-top: 70px;
}

.mt-100 {
	margin-top: 100px;
}

.mt-150 {
	margin-top: 150px;
}

.mb-30 {
	margin-bottom: 30px;
}

.mb-70 {
	margin-bottom: 70px;
}

/* Button */ 
.bs-button{
    font-size:22px; 
    border:1px solid black; 
    padding : 10px 30px 10px 30px;
    cursor:pointer;
    font-weight: bold;
    color:black;
}

.bs-button-sm{
    font-size:16px; 
    border:1px solid black; 
    padding : 10px 20px 10px 20px;
    cursor:pointer;
    font-weight: bold;
    color:black;
}

.bs-button:hover{
    color:white;
    background-color: black;
}

.bs-button-sm:hover{
    color:white;
    background-color: black;
}

.bs-button-sm{
    font-size:16px; 
    border:1px solid black; 
    padding : 10px 20px 10px 20px;
    cursor:pointer;
    font-weight: bold;
    color:black;
}

.bs-button-sm:hover{
    color:white;
    background-color: black;
}


.long-gray-btn {
    background-color : gray;
    padding-top:20px;
    padding-bottom:20px;
    border: 1px solid gray;
    color:white;
    width:100%;
}

.long-black-btn {
    background-color : black;
    padding-top:20px;
    padding-bottom:20px;
    border: 1px solid gray;
    color:white;
    width:100%;
}

.long-black-btn:hover {
    background : rgb(0, 0, 0, .6);   
    transition: all 1s ease-out;
}

.black-btn {
    background-color : black;
    padding-top:20px;
    padding-bottom:20px;
    border: 1px solid gray;
    color:white;
    width:150px;
}

.black-btn:hover {
    background : gray;   
    transition: all 1s ease-out;
    color:white;
}

.sm-black-btn {
    background-color : black;
    padding:10px;
    border: 1px solid gray;
    color:white;
    width:100px;
    font-size: 12px;
    text-align: center;
}

.sm-gray-btn {
    background-color : gray;
    padding:10px;
    border: 1px solid gray;
    color:white;
    width:100px;
    font-size: 12px;
    text-align: center;
}

.sm-gray-btn:hover {
    background : rgb(0, 0, 0);   
    transition: all 1s ease-out;
    color:white;
}

.sm-green-btn {
    background-color : green;
    padding:10px;
    border: 1px solid gray;
    color:white;
    width:100px;
    font-size: 12px;
    text-align: center;
}

.sm-red-btn {
    background-color : red;
    padding:10px;
    border: 1px solid gray;
    color:white;
    width:100px;
    font-size: 12px;
    text-align: center;
}

.gray-btn {
    background-color : gray;
    padding-top:20px;
    padding-bottom:20px;
    border: 1px solid gray;
    color:white;
    width:150px;
}

.gray-btn:hover {
    background : rgb(0, 0, 0);   
    transition: all 1s ease-out;
    color:white;
}

.cursor-pointer {
    cursor: pointer;
}

.no-text-decoration{
    text-decoration:none;
}

/* visibility */

.hide-item {
    display: none;
    visibility: hidden;
    height: 0px;
    width: 0px;
}

.show-item {
    visibility:visible;
    height: auto;
    width : auto;
}



/* owl-carousel */
.owl-carousel .owl-dots {
    position: absolute;
    bottom: 30px; /* Adjust this value to move dots up/down */
    left: 50%;
    display: flex;
    z-index: 10;
    transform: translateX(-50%);
    justify-content: center;
    width: 100%;
    
}

/* Style the dots as crosses */
.owl-dots .owl-dot {
    position: relative;
    display: inline-block;
    width: 14px;  /* Adjust size */
    height: 14px; /* Adjust size */
    margin: 0 5px;
    background-color: transparent !important; /* Remove background */
}

/* Create the cross shape using pseudo-elements */
.owl-dots .owl-dot::before,
.owl-dots .owl-dot::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 14px; /* Adjust cross size */
    height: 2.5px;  /* Thickness of the cross line */
    background-color: gray; /* Cross color */
    transform-origin: center;
}

.owl-dots .owl-dot::before {
    transform: translate(-50%, -50%) rotate(90deg); /* First diagonal line */
}

.owl-dots .owl-dot::after {
    transform: translate(-50%, -50%) rotate(-180deg); /* Second diagonal line */
}

/* Change color when active */
.owl-dots .owl-dot.active::before,
.owl-dots .owl-dot.active::after {
    background-color: white !important; /* Change active dot to white */
}

/* .owl-dots .owl-dot.active {
background-color: white !important; 
} */

/* Ensure the carousel container takes full screen */
.main-carousel .owl-stage-outer {
    width: 100vw; /* Full viewport width */
    height: 100vh; /* Full viewport height */
    overflow: hidden; /* Prevent overflow */
}

/* Remove margins from carousel items */
.main-carousel .owl-item {
    margin: 0;
    padding: 0;
}

/* Style the images */
.main-carousel .item img {
    object-fit: cover; /* Scale the image proportionally to fill */
    width: 100%; /* Fill the width of the container */
    height: 100vh; /* Fill the height of the viewport */
}

/* Modal Overlay */
.modal {
    display: none; /* Hidden by default */
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7); /* Dimmed background */
    justify-content: center;
    align-items: center;
}

/* Modal Content */
.modal-content {
    background-color: white;
    width: 90%;
    max-width: 400px;
    padding: 20px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    animation: slideDown 0.3s ease-in-out;
}

/* Modal Animation */
@keyframes slideDown {
    from {
        transform: translateY(-50px);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

/* Modal Header */
.modal-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.modal-title {
    margin: 0;
    font-size: 20px;
    font-weight: bold;
}

.close-btn {
    font-size: 24px;
    cursor: pointer;
    color: #888;
}

.close-btn:hover {
    color: #333;
}

/* Input Fields */
.form-input {
    width: 100%;
    padding: 10px;
    margin-bottom: 10px;
    font-size: 14px;
    border : 1px solid #ccc;
}

/* Buttons */
.btn {
    display: inline-block;
    padding: 10px 20px;
    font-size: 16px;
    color: white;
    background-color: #007bff;
    border: none;
    cursor: pointer;
    text-align: center;
}

.btn:hover {
    background-color: #0056b3;
}

.btn-primary {
    background-color: black;
}

.btn-secondary {
    background-color: #6c757d;
}

.btn-secondary:hover {
    background-color: #5a6268;
}

.btn-primary:hover {
    background-color: #333;
}

/* Links */
.text-link {
    text-decoration: none;
    color: #007bff;
    font-size: 14px;
}

.text-link:hover {
    text-decoration: underline;
}

/* Divider */
.divider {
    text-align: center;
    color: gray;
    margin: 10px 0;
}

    .loading-screen {
      position: fixed;
      top: 0;
      left: 0;
      width: 100vw;
      height: 100vh;
      background-color: rgba(0, 0, 0, 0.5); /* Dimmed background */
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      z-index: 1050; /* Ensure it overlays all content */
      overflow: hidden; /* Prevent scrolling */
    }

    .loading-screen .loading-text {
      margin-top: 1rem;
      color: #fff;
      font-size: 1.5rem;
    }

     /* Override Bootstrap's focus styles */
     .dropdown-item:focus, .dropdown-item:active {
        background-color: black !important; /* Black background */
        color: white !important; /* White text */
        box-shadow: none !important; /* Remove default focus outline */
    }