
/*********************
    - 2. Reset -
*********************/
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
	display: block;
}


audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden] {
	display: none;
}

html {
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
}

html,
body {
	height: 100%;
	font-family:Roboto,sans-serif;
}


body {
	background: #1a1a1a;
	color: #fff;
	line-height: 1.75;
	margin: 0;
	background-image: linear-gradient(to right, #222222, #171717);
}

a {
	color: #dadada;
	text-decoration: none;
}

a:active,
a:focus,
a:hover {
	outline: 0;
}

a:hover {
	text-decoration: none;
}






img {
	border: 0;
	vertical-align: middle;
	-ms-interpolation-mode: bicubic;
}






/*********************
    - 3. General styles -
*********************/

/* Clearing floats */
.row:after { 
	clear: both; 
}

.row:before,.row:after { 
	content: ""; 
	display: table; 
}




/* Responsive images */
.wrap img {
	/* height: auto; */
	/* max-width: 100%; */
	/* width: 225px; */
}

/* Custom text styles */




.ban_btn {
}
.ban_btn a {
}

h1.main-title{
}

/* Background Overlay */
.body-bg {
}
.body-bg img {width:100%}
/* Background Video */




.container{width:1200px; max-width:1200px;margin: 0 auto;}
.main_header{
    position: fixed;
    width: 100%;
    z-index: 1;
}
.main_header .site-header{display: flex; justify-content: space-between;}

.goog-te-gadget {
    font-family: arial;
    font-size: 0px !important;
    color: #666;
    white-space: nowrap;
}
.VIpgJd-ZVi9od-l4eHX-hSRGPd {display:none}
div#google_translate_element {
    width: 150px !important;
    height: max-content;
    margin: 10px 0 0;
}
.goog-te-gadget {height:100%}
.goog-te-gadget div {
    height: 100%;
}
select.goog-te-combo {
    width: 100% !important;
    padding: 17px 10px;
    border-radius: 10px;
    outline: none;
    border: none;
    margin: 0 !important;
    background: #c5e898;
    height: 100%;
    font-weight: 600;
}


.main_header .site-header .logo{
    width: 215px;
}
.main_header .site-header .logo img{
    width: 100%;
}


.desc_content .body-bg{
    position: relative;
    width: 100%;
    height: 100vh;   /* change as needed */
    overflow: hidden;
    background: #1f1e1e;
}

.desc_content .body-bg img{
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;

    opacity: 0;
    transition: opacity 1s ease-in-out;
}

.desc_content .body-bg img.active{
    opacity: 1;
}


.desc_content{}
.desc_content .sf_dec{
    position: absolute;
    top: 50%;
    width: 100%;
    transform: translate(0px, -50%);
}
.desc_content .sf_dec h1.main-title{
    margin: 0 0 16px 0;
    font-weight: 500;
    font-size: 36px;
    color: #af9143;
}
.desc_content .sf_dec .ban_btn{
    display: flex;
    /* justify-content: center; */
    gap: 15px;
}
.desc_content .sf_dec .ban_btn a{
    font-size: 25px;
    letter-spacing: 0;
    border: 1px solid #ffffff;
    border-radius: 60px;
    padding: 5px 8px 5px 26px;
    display: flex;
    align-items: center;
    gap: 17px;
}
.desc_content .sf_dec .ban_btn a:hover {
    background: #af9143;
    color: #ffffff;
    border: 1px solid #af9143;
}
.desc_content .sf_dec .ban_btn a:hover span {
    background: #252525;
    color: #fff;
}
.desc_content .sf_dec .ban_btn a span {
    width: 40px;
    display: block;
    height: 40px;
    display: flex;
    background: #fefd89;
    border-radius: 50px;
    align-items: center;
    justify-content: center;
    color: #000;
}
.fotr {
    position: absolute;
    bottom: 0;
    width: 100%;
    background: #00000000;
}
.fotr .copyright{
    padding: 4px;
}
.fotr .copyright p{
    margin: 0;
    text-align: center;
}
.fotr .copyright p a{}
.modal.home_pop {display: none;
    position: absolute;
    top: 0;
    left: 0;
    background: #000000c7;
    height: 100%;
    border-radius: 10px;
    text-align: center;
    width: 100%;
    z-index: 99;
}
.home_pop .modal-content{
    position: relative;
    background: #ffffff;
    padding: 30px;
    border-radius: 10px;
    text-align: center;
    max-width: 465px;
    width: 100%;
    }

.home_pop .close-btn {
    position: absolute;
    top: -15px;
    right: -15px;
    color: #ffffff;
    font-size: 20px;
    cursor: pointer;
    width: 30px;
    height: 30px;
    background: #c00000;
    border-radius: 55px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.home_pop .main_div h3{color: #000;font-size: 30px;margin: 0;line-height: 30px;margin-bottom: 30px;}
.home_pop .main_div p{color:#000;margin: 0;font-size: 15px;letter-spacing: 1px;}
.home_pop .modal {
display: none;
position: fixed;
z-index: 9999;
left: 0;
top: 0;
width: 100%;
height: 100%;
background: rgba(0,0,0,0.6);
}
.home_pop .modal-buttons {margin-top: 20px;display: flex;justify-content: center;gap: 15px;}
.home_pop .modal-buttons a {}

.home_pop .comm  {
    font-size: 17px;
    letter-spacing: 0;
    border: 1px solid #000000;
    border-radius: 60px;
    padding: 5px 8px 5px 26px;
    display: flex;
    align-items: center;
    gap: 17px;
    color: #ffffff;
    background: #000;
    }
	
.home_pop .comm span {
    width: 40px;
    display: block;
    height: 40px;
    display: flex;
    background: #fefd89;
    border-radius: 50px;
    align-items: center;
    justify-content: center;
    color: #000;
}
	
.home_pop .comm:hover {background: #af9143;}
.home_pop .modal_bx{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}














@media (max-width:992px){
	
	.container {width:100%}
	.desc_content .sf_dec {/* padding: 20px; */}
	.desc_content .sf_dec h1.main-title {
    padding: 17px 25px 0;
    line-height: normal;
    font-size: 24px;
}
	.desc_content .body-bg {height: 280px;}
	.desc_content .sf_dec .ban_btn {flex-wrap: wrap;padding: 0 25px;}
	.desc_content .body-bg img {object-position: right}
.main_header {position: relative;}
.desc_content .sf_dec {position: relative;transform: inherit;}
.main_header .site-header .logo {width: 155px;}
.home_pop .modal-buttons {gap: 5px;}
.home_pop .comm span {width: 30px;height: 30px;}
.home_pop .comm {padding: 5px 8px 5px 18px;}
.home_pop .modal_bx {padding: 0 15px;}
.home_pop .modal-content {padding: 18px;}
.home_pop .main_div h3 {font-size: 24px;margin-bottom: 10px;}





}	