img,
video {
    width: 100%;
}

a {
    text-decoration: none;
}
.col-1 {
    min-width: calc((100% / 12) * 1);
}
.col-1-5 {
    min-width: calc((100% / 12) * 1.5);
}
.col-2 {
    min-width: calc((100% / 12) * 2);
}
.col-3 {
    min-width: calc((100% / 12) * 3);
}
.col-4 {
    min-width: calc((100% / 12) * 4);
}
.col-5 {
    min-width: calc((100% / 12) * 5);
}
.col-6 {
    min-width: calc((100% / 12) * 6);
}
.col-7 {
    min-width: calc((100% / 12) * 7);
}
.col-8 {
    min-width: calc((100% / 12) * 8);
}
.col-10 {
    min-width: calc((100% / 12) * 10);
}
.col-11 {
    min-width: calc((100% / 12) * 11);
}
.col-12 {
    min-width: calc((100% / 12) * 12);
}
.gap-5{
    gap: 20px;
}
input:focus {
    outline: none;
    box-shadow: none;
}
button {
    cursor: pointer;
}
iframe {
    border: none;
}
.flex-col {
    display: flex;
}
.flex-wrap {
    flex-wrap: wrap;
}
.inflex-col {
    display: inline-flex;
}
.inblock-col {
    display: inline-block;
}
.block-col {
    display: block;
}
.addform_full {
    width: 600px;
    max-width: 100%;
}
.grid-col {
    display: grid;
}
.vmid {
    align-items: center;
}
.vtop {
    align-items: start;
}
.vbtm {
    align-items: end;
}
.w-full {
    width: 100%;
}
.mx-full {
    max-width: 100%;
}
.justify-mid {
    justify-content: center;
}
.justify-end {
    justify-content: flex-end;
}
.justify-start {
    justify-content: flex-start;
}
.justify-between {
    justify-content: space-between;
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    transition: 0.5s;
    font-family: "Roboto", sans-serif;
}
.p-fixed {
    position: fixed;
}
.p-relative {
    position: relative;
}
.p-absolute {
    position: absolute;
}
.o-fit {
    object-fit: cover;
}
body {
    color: #000;
}
ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.bg-white {
    background: #fff;
}
.bg-black {
    background: #000;
}
.bg-black-100 {
    background: #434343;
}

.bg-white-200 {
    background: #f3eed8;
}
.bg-white-100 {
    background: #f0f0f0;
}
.bg-orange-100 {
    background: #a1852e;
}
.bg-orange-200 {
    background: #eebc1d;
}
.bg-orange-400 {
    background: #7b714d;
}
.bg-main_img {
    background: url("../images/mainbg.webp") no-repeat;
    background-size: 100% 600px;
}

.bg-transparent {
    background: none;
}
.m-auto {
    margin: auto;
}
.ml-auto {
    margin-left: auto;
}
.mr-auto {
    margin-right: auto;
}
.z-1 {
    z-index: 1;
}
.z--1 {
    z-index: -1;
}
.z--2 {
    z-index: -2;
}
.z-999 {
    z-index: 999;
}
.z-99 {
    z-index: 99;
}
div::after,
div::before,
li::after,
li::before,
section::after,
section::before,
footer::after,
footer::before,
header::after,
header::before {
    position: absolute;
    content: "";
    display: block;
}
.text-up {
    text-transform: uppercase;
}
.text-underline {
    text-decoration: underline;
}
.text-left {
    text-align: left;
}
.text-center {
    text-align: center;
}
.text-right {
    text-align: right;
}
.text-jus {
    text-align: justify;
}
.text-white,
.text-white * {
    color: #fff;
}
.text-gray,
.text-gray * {
    color: #c4c4c4;
}

.text-orange-100,
.text-orange-100 * {
    color: #a1852e;
}
.text-orange-200,
.text-orange-200 * {
    color: #eebc1d;
}
.text-orange-500,
.text-orange-500 * {
    color: #c79f1d;
}
.text-orange-300,
.text-orange-300 * {
    color: #524d3a;
}
.text-orange-400,
.text-orange-400 * {
    color: #7b714d;
}
.text-black,
.text-black * {
    color: #000;
}
.hv-full {
    height: 100vh;
}
.h-full {
    height: 100%;
}
.t-0 {
    top: 0;
}
.l-0 {
    left: 0;
}
.r-0 {
    right: 0;
}
.e-0 {
    bottom: 0;
}
.p-0 {
    padding: 0;
}
.o-0 {
    opacity: 0;
}
.br-0 {
    border-radius: 0;
}
.b-0 {
    border: none;
}
.tw-400 {
    font-weight: 400;
}
.tw-600 {
    font-weight: 600;
}
.tw-700 {
    font-weight: 700;
}
.d-block {
    display: block;
}
.c-pointer {
    cursor: pointer;
}
@font-face {
    font-family: "TrajanPro";
    src: url("../fonts/trajanproregular.eot");
    src: url("../fonts/trajanproregular.eot?#iefix") format("embedded-opentype"),
        url("../fonts/trajanproregular.woff") format("woff"),
        url("../fonts/trajanproregular.ttf") format("truetype"),
        url("../fonts/trajanproregular.svg#trajanproregular") format("svg");
    font-weight: normal;
    font-style: normal;
}
.section_header {
    font-size: 42px;
}
.container-xl {
    width: 96%;
    margin: auto;
}
.container {
    width: 1170px;
    margin: auto;
}
.container-sm {
    min-width: 950px;
    width: 950px;
    margin: auto;
}
.container-xs {
    width: 800px;
    margin: auto;
}
main {
    overflow: hidden;
}
.p-t-main {
    padding-top: 170px;
}

/* tab toggle */

.tab_content {
    transition: height 0.3s ease;
    overflow: hidden; /* Prevent overflow during transition */
}
.tab_content.active {
    overflow: visible;
}
.popup_main {
    background: #000000d1;
    display: none;
    height: 100vh;
}
.error {
    display: block;
    font-size: 11px;
    padding-top: 7px;
    color: #ff0000;
}

.datasuccessmsg {
    color: #a1852e;
    font-size: 14px;
    padding: 0px 3px;
}
.errorinput {
    background: #ff9f9f !important;
}
.loader {
    display: none;
}
.kc3biglogo {
    background: url(../images/kc3big.webp) no-repeat center 130px;
}
/* tab toggle */

/* star */
:root {
    --star-size: 28px;
    --star-color: #d7d7d7;
    --star-background: #eebc1d;
}

.Stars {
    --percent: calc(var(--rating) / 5 * 100%);
    display: inline-block;
    font-size: var(--star-size);
    font-family: Times;
    line-height: 1;
    position: relative;
    height: 27px; /* Ensure positioning is relative to the parent */
}

.Stars::before {
    content: "★★★★★";
    letter-spacing: 2px;
    position: absolute; /* Position the stars absolutely within the parent */
    top: 0; /* Align it to the top of the parent */
    left: 0;
    background: linear-gradient(
        90deg,
        var(--star-background) var(--percent),
        var(--star-color) var(--percent)
    );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.Page_header {
    background: url("../images/lightstreak1.webp") repeat-x;
    padding: 31px 0;
    width: 100%;
}
.adlogMain {
    background: url("../images/adminloginbg.webp");
    background-color: #caaa2f;
    min-height: 100vh;
    background-position: top center;
    background-size: 100% 100%;
    padding-bottom: 20px;
}

/* info */

.info{
    padding-left: 8px;
    width: 20px;
    height: 30px;
    border-left: 1px solid;
    }
.info .infoIcon {
    width: 18px;
    height: 18px;
    display: block;
    border-radius: 50%;
    border: 2px solid #a1852e;
    font-size: 11px;
    cursor: pointer;
    line-height: 7px;
}
.info_details {
    width: 150px;
    font-size: 13px;
    line-height: 20px;
    background: #fff;
    border: 1px solid #ddd;
    padding: 10px;
    border-radius: 10px;
    left: -145px;
    display: none;
}
.infoIcon:hover + .info_details{
    display: block;
}

/* pass */

.showPass {
	right: 10px;
	top: 6px;
	font-size: 14px;
	cursor: pointer;
}
.showPass .fa-eye-slash {
	display: none;
}
.showPass.open .fa-eye-slash {
	display: block;
}
.showPass.open .fa-eye
 {
	display: none;
}
/* star */

@media (max-width: 500px) {
    .me_hide {
        display: none;
    }
}
@media (max-width: 1200px) {
    .container-sm {
        min-width: 900px;
        width: 900px;
    }
    .container {
        width: 900px;
}
}
@media (max-width: 992px) {
    .container-sm {
        min-width: 700px;
        width: 700px;
    }
    .container {
        width: 700px;
}.container-xs{
    width: 760px; 
}
}
@media (max-width: 768px) {
    .container-sm {
        min-width: 500px;
        width: 500px;
    }
    .flex-col {
        display: block;
    }
    .col-1,
    .col-2,
    .col-3,
    .col-4,
    .col-5,
    .col-6,
    .col-7,
    .col-8,
    .col-9,
    .col-10 {
        width: 100%;
    }
    .flex_fixed {
        display: flex;
    }
    .p-t-main {
        padding-top: 90px;
    }
    .bg-main_img {
        background-size: 100% 500px;
    }
    .container {
        width: 500px;
}
.container-xs{
    width: 560px; 
}
}
@media (max-width: 576px) {
    .container-sm {
        min-width: 100%;
        width: 100%;
        padding: 0 20px;
    }
.container{
    width:92%
}
.container-xs{
    width: 90%; 
}
.popclass{
    max-width: 91%;
}
}

/* dropdown */

.arrow_down {
	top: 3px;
	right: 11px;
	color: #987e2e;
}
.open .arrow_down{
  transform: rotate(180deg)
}
.flex-reverse {
    flex-direction: row-reverse; 
  }