/*
Theme Name: ANWAR
Author: ANWAR
Version: 1.0
-------------------------------------------------------------- */


/* Reset
-------------------------------------------------------------- */
@import url('https://fonts.googleapis.com/css2family=Cormorant+Garamond:ital,wght@0,300..700;1,300..700&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
@font-face {
    font-family: 'AcuminProCond';
    src: url('/wp-content/uploads/fonts/AcuminProCond-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'AreaNormal-Bold';
    src: url('/wp-content/uploads/fonts/AreaNormal-Bold.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Suisse-Intl-Mono';
    src: url('/wp-content/uploads/fonts/Suisse-Intl-Mono.woff2') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
html, body {
    min-height: 100% !important;
    height: 100% !important;
	/*overflow:hidden !important;*/
}

.site-header .collapse {
    justify-content: end;
}
.navbar-brand h1 {
    font-size: 16px;
    font-weight: 600;
    color: #7f7f7f;
	margin:0px;
}
.navbar-nav a.nav-link{
    font-weight: 600 !important;
}
#menu-main-menu a.nav-link {
    padding: 0;
}
.container div#primary {
    width: 100%;
}
main.container{
    display: flex;
    height: 100%; /*calc(100% - 56px );*/
    justify-content: center;
    align-items: center;
}
.banneractive main.container{height:auto;}
.transbtn a.vc_general {
    padding: 0 !important;
    background: transparent !important;
    border: 0px;
}
.word {
  display: inline-block;
  margin-right: 6px;
}
.main-heading span {
    display: block;
}
.main-heading {
    font-size: 60px;
	font-family:"AreaNormal-Bold" !important;
	font-weight:900 !important
}
.emailbtn .vc_btn3 {
    width: 100%;
    border-radius: 0px !important;
    border: 1px solid #97d804 !important;
    font-size: 16px;
    text-transform: uppercase;
}
body .def_hide{
	display:none;	
}
body .uppercase {
    text-transform: uppercase;
}
.stagger: {
  each: 0.15,
  from: "start"
}
body .vc_btn3, .wsf-bottom .wsf-button{
    font-family: Suisse-Intl-Mono;
	text-transform: uppercase;
}
/* .heading-logo .vc_single_image-img {
    max-width: 260px;
} */
.greenbox {
    max-width: 400px;
    margin: 0 auto;
}
.wsf-field[type=email] {
    border: 1px solid #97D80066 !important;
    border-radius: 0px !important;
    min-height: 50px !important;
    text-align: center;
    background-color: #FAFAFA !important;
}
.wsf-field[type=email]:focus{
  box-shadow: 0 0 0 2px #97d804 !important;
}


.wsf-field[type=email]::placeholder {
    font-family:'Suisse-Intl-Mono';
    color: #1B1C1C !important;
    text-transform: uppercase;
}
.wsf-bottom {
	text-align:center;
}
.wsf-bottom .wsf-button {
    padding: 0px !important;
    background: transparent !important;
    border: 0px !important;
    color: #1b1c1c !important;
	font-size:18px !important;
	text-transform: uppercase !important;
}
.wsf-bottom button,.hide-first-click p {
    max-width: 160px !important;
    margin: 0 auto !important;
	font-family: Suisse-Intl-Mono !important;
}
.hide-first-click p{  text-transform: uppercase;}
.navbar-light .navbar-nav .nav-link:hover {
    color: rgba(0, 0, 0, .5) !important;
}
.heading-logo {
    background-color: #97d804;
}
form#ws-form-1 .wsf-field:focus::placeholder {
    opacity: 0;
}
body{cursor: pointer;}
 
.bannerslides figure{
	display:none !important;
}
.bannerslides {
  position: relative;
}

.bannerslides img {
    display:block;
    margin: 0 auto;
    margin-bottom: 20px;
	max-height:55px;
}
.heading-logo{
    padding-top: 180px;
    padding-left: 30px;
    padding-right: 30px;
}
.thankyou-icon img.vc_single_image-img {
    width: 280px;
}
body.page-id-102{
    background-color: #97d804;
}
.main-bannerslides{
	display:none;
}
.bannerslides  img {
    visibility: hidden;
}
.bannerslides img:first-child {
    visibility: visible !important;
}
@media(max-width:767px)
{
	body .main-bannerslides{padding-top:20px;}
}
@media(max-width:400px){
   .greenbox {
   		max-width: 275px;
    	margin: 0 auto;
	}
	.heading-logo .vc_single_image-img {
		max-width: 220px;
	}
}
