@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap');
*{
	font-family: "Times New Roman", 'Noto Sans','Calibri','Arial';
	font-weight: 400;
}
body{
	height: 100%;
}
strong *{
	font-weight:700 !important;
}
header{
	background: #fff;
	position: fixed;
	z-index: 9;
	top: 0;
	width:100%;
}
.nav-link, .btn-dropdown{
	position: relative;
	text-decoration: none;
	color: #000;
	padding: 0;
	padding-bottom: 10px;
	font-weight: 300;
}

a.nav-link:hover, .btn-dropdown:hover{
	transition: 1s;
	transition: border .3s ease-in-out, box-shadow .3s ease-in-out;
}

a.nav-link::before, .btn-dropdown::before{
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  border-radius: 4px;
  background-color: #18272F;
  bottom: 0;
  left: 0;
  transform-origin: right;
  transform: scaleX(0);
  transition: transform .3s ease-in-out;
}

a.nav-link:hover::before, .btn-dropdown:hover::before {
  transform-origin: left;
  transform: scaleX(1);
}

.dropdown:hover .dropdown-menu {
	display: block;
	position: absolute;
	inset: 0px 0px auto auto;
	margin: 0px;
	transform: translate3d(0.5px, 33px, 0px);
}

.mm-btn{
	position: relative;
	z-index: inherit;
}
.main-section{
	min-height: 100vh;
	padding-top: 85px;
}

.main-section::before{
	content: ' ';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #06060a;
  background-size: cover;
	z-index: -1;
}


._hero_form .series_search{
	max-width: 500px;
	border-color: #000;
}
._hero_form .series_search::placeholder{
	font-size: 20px;
}
.contact_info .bg-light{
	background-color: #fff !important;
}
.contact_info h2{
	font-size: 25px !important;
}
.contact_info h3{
	font-size: 16px !important;
	font-weight: 300;
}
._contact_items{
	text-align: center;
}
._contact_items a, ._contact_items span{
	font-size: 16px;
	color: #000;
	text-decoration: none;
	transition: 0.5s;
	font-weight:normal;
}
._contact_items a:hover{
	color: #2a2a2a;
	font-weight: bolder;
}

.rounded-top-200{
	border-radius: 40px 40px 0 0;
}

.mobile-nav-link a, .mobile-nav-link button{
	text-decoration: none;
	color: #000;
	display: flex;
	width: 100%;
	padding: 12px 0 !important;
	font-size: 18px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
 .mobile-nav li button::after{
	content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='0.70rem' height='2rem' viewBox='0 0 7 16'%3E%3Cpath fill='%23000' d='M1.5 13a.47.47 0 0 1-.35-.15c-.2-.2-.2-.51 0-.71L5.3 7.99L1.15 3.85c-.2-.2-.2-.51 0-.71s.51-.2.71 0l4.49 4.51c.2.2.2.51 0 .71l-4.5 4.49c-.1.1-.23.15-.35.15'/%3E%3C/svg%3E");
	position: relative; 
}
.mobile-nav-link a:hover{
	color: #454545;
}
.accordion-button:not(.collapsed){
	background: rgb(238, 238, 238) !important;
}
.mobile-nav .accordion-button::after{
	font-size: 18px;
	transform: rotate(90deg) !important;
	margin-right:10px;

}
.mobile-nav .accordion-button.collapsed::after{
	transform: rotate(360deg) !important;
}
.mobile-nav .accordion-button{
	font-size: 18px;
}

.text-yellow{
	color: rgb(255, 255, 0);
	background-color: #000;
	border-radius: 8px;
	padding: 1px 10px;
}

.alert-purple{
		color: rgb(60, 0, 60);
		background-color: rgb(253 94 253);
		border: 1px solid purple;
}

.color-code li {
	padding: 10px;
	height: 2px;
	width: 2px;
	border-radius: 100%;
	border: 1px solid #d8d8d8;
}

.index_{
    z-index:1;
}

@media screen and (max-width: 900px) {
	.hero-main img{
		width: 380px;
	}
}

.btn-success{
	background-color: #c8ff00;
	border: 0;
}
.btn-success:hover{
	background-color: #c8ff00;
}
.btn-success:active{
	background-color: #bcf000 !important;
}

.offcanvas .accordion-collapse{
	background-color: #f7f7f7;
	padding: 0 15px;
	border-radius: 10px;
}

.fs-12{
	font-size: 12px;
}

html, body {
	height: 100%;
	margin: 0;
	padding: 0;
	overflow-x: hidden;
}

.fullscreen {
	height: 100vh;
	width: 100vw;
	overflow: hidden;
	position: relative;
	background:#000;
	z-index:0;
}

.hero-video {
	width: 103%;
	height: 100%;
	z-index: -1;
	object-fit: cover;
}


.overlay-content {
	position: absolute;
	start: 0;
	top: 0;
	height: 100%;
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 20px;
	box-sizing: border-box;
	text-align: center;
}

.logo {
	width: 200px;
}

.description {
	max-width: 1100px;
	font-size: 22px;
	padding: 10px;
	box-sizing: border-box;
}

.text-muted-light{
	color: #cacaca;
}


.hero-main-text{
	margin-top: 210px;
	font-size: 2.5rem;
}
.hero-main-text-sub{
	font-size: 3rem;
}

.product_d_overflow{
	height: 250px;
	overflow-y: auto;
}

.product_d_overflow {
  height: 400px;
  overflow-y: auto;
  padding: 10px;
}

/* Custom scrollbar */
.product_d_overflow::-webkit-scrollbar {
  width: 15px;
}

.product_d_overflow::-webkit-scrollbar-track {
  background: #f1f1f1;      /* track color */
  border-radius: 4px;
}

.product_d_overflow::-webkit-scrollbar-thumb {
  background: #888888;         /* scrollbar color */
  border-radius: 0px;
}

.product_d_overflow::-webkit-scrollbar-thumb:hover {
  background: #555;         /* hover color */
}

.info-border-overflow{
	border: 1px solid #d7d7d7;
	border-radius: 10px;
}

.header-list-style .dropdown-menu li a, .header-list-style{
	max-width: 800px;
    white-space: normal;
    word-wrap: break-word;
	transition: 0.1s;
}


.header-list-style .dropdown-menu li{
	line-height: 30px;
}
.header-list-style .dropdown-menu li a:hover{
	background-color: #000;
	color: #fff;
	transition: 0.1s;
}

.header-list-style .dropdown-menu {
	width: 800px;
	height: 600px;
	overflow-y: scroll;
}
  

@media (max-width: 768px) {
	.logo {
			width: 150px;
	}

	.description {
			font-size: 18px;
			max-width: 90%;
	}

	.btn {
		font-size: 16px;
		padding: 10px 15px;
	}

	.hero-video {
		width: 111%;
	}

	.hero-main-text{
		margin-top: 210px;
		font-size: 1.5rem;
	}
	.hero-main-text-sub{
		font-size: 1.5rem;
	}
	.product_d_overflow {
		overflow-y: unset;
		height: unset;
	}
	.info-border-overflow{
		border: unset;
	}
}

@media (max-width: 480px) {
	.logo {
			width: 120px;
	}

	.description {
			font-size: 16px;
			max-width: 100%;
	}

	.btn {
			font-size: 14px;
			padding: 8px 12px;
	}

}
@media (max-width: 400px) {
	.hero-art-text{
		font-size: 14px;
		padding: 0;
	}

	.fullscreen .overlay-content .btn.btn-outline-light{
		font-size: 15px !important;
	}
}


#contactUsMenu {
	transition: max-height 0.1s ease-out, opacity 0.1s ease-out;
	overflow: hidden;
	max-height: 0;
	opacity: 0;
}

#contactUsMenu.show {
	max-height: 500px; /* Adjust as needed */
	opacity: 1;
}

.btn svg {
	transition: transform 0.4s ease;
}

.btn.collapsed svg {
	transform: rotate(180deg); /* Rotate arrow to point down when collapsed */
}