@font-face {
    font-family: 'Heebo';   
    src: url('https://clublagree.ipstudio.co/wp-content/themes/ipstudio/assets/fonts/Heebo-Regular.woff2') format('woff2'),
        url('https://clublagree.ipstudio.co/wp-content/themes/ipstudio/assets/fonts/Heebo-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


body{	
	font-family: 'Heebo', sans-serif;
}
h1, h2, h3, h4, h5, h6, a.btn{
	font-family: 'Montserrat';
}

p{	
	font-size: 16px;
	font-weight: 400;
	line-height: 27px;
	letter-spacing: 0px;
	margin-bottom: 0px;	
}
h1{
	font-size: 55px;
	font-weight: 700;
	line-height: 1.4;
	letter-spacing: 0.05em;
	color: #fff;
    margin: 0px;
	text-transform:uppercase !important;
}
a{
	text-decoration: none;
}
.disable{
    display: none;
}
figure{
    margin-bottom: 0px;
}
/*Comon css*/
.bg-dark{
	background-color: #000000 !important;
}
.bg-light {
    background-color: black !important;
}
h2, .sub-title{	
	font-size: 28px;
	font-weight: 700;
	line-height: 42px;
	letter-spacing: 0px;
	color: #000;	
}
.dark-btn {
    background-color: #000000;
    color: #fff;    
    border-radius: 0px;
    padding: 10px 10px;
    border: none;
    font-size: 12px;
    font-weight: 700;
    line-height: 18px;
    letter-spacing: 0.05em;
    text-align: center;
	border:1px solid;
	width:200px;
}
.dark-btn:hover{
	background:transparent;
	border:1px solid;
	color:black;
}


/*Header section is start*/
.bg-light.first-nav p {
    font-family: Montserrat;
    font-size: 12px;
    font-weight: 600;
    line-height: 18px;
    letter-spacing: 0px;
    text-align: center;
}
.bg-dark.second-nav p {
    text-align: right;
    font-size: 10px;
    font-weight: 900;
    line-height: 12px;
    letter-spacing: 0.01em;   
    color: black;
    padding-top: 8px;
    padding-bottom: 8px;
}
.bg-dark.second-nav p i {
    padding-right: 15px;
}
.bg-dark.second-nav p a {
    color: #fff;
    margin-left: 15px;
    margin-right: 15px;    
    font-size: 8px;
    font-weight: 400;
    line-height: 12px;
    letter-spacing: 0px;    
    border-bottom: 1px solid;    
}
.vs-nav ul.navbar-nav li a {   
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.05em;
    color: #fff;
    padding: 0px;
    margin-right: 10px;
    margin-left: 10px;	
	font-family: 'Montserrat';
}
.vs-nav li.nav-item.sign-in a {    
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 0px;          
    position: relative;   
}
.vs-nav li.nav-item.sign-in a:after {
    content: "";
    display: block;
    width: 48px;
    height: 1px;
    background-color: #fff;
    position: absolute;
}
li.nav-item.btn-nav a {
    background-color: #fff;
    color: #000 !important;
    padding: 10px 30.5px !important;
}

div#navbarSupportedContent ul {
    align-items: center;
}
span.cross {
    float: right;
    position: relative;
    top: -20px;
    right: 28px;
    color: #fff;
}
.first-nav{
    padding: 6.5px 0px;
}
/*Hero section css*/
.hero-bg-image img, 
.hero-bg-image video{
    width: 100%;
    object-fit: cover;
    height: 100vh;
    object-position: top;  
}
.hero-bg-image img{    
    object-position: 0px -37px;
}

.light-btn {
    background-color: #fff;
    border-radius: 0px;
    padding: 10px 65px;
    border: none;    
    font-size: 12px;
    font-weight: 700;
    line-height: 18px;
    letter-spacing: 0.05em;
    text-align: center;
    color: #000;	
}
.light-btn:hover {
    background-color: transparent;
    border: 1px solid #fff;
    color: #fff !important;
}
.hero-content h1 {
    margin-bottom: 48px;
}
.hero-bg-image:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: #0000007a;
    height: 100vh;
}

.hero-slider {
    position: relative;
    top: 0;
}
.hero-content {  
    text-align: center;
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.hero-section .owl-nav button.owl-next {   
    right: 20px;   
}

.hero-section .owl-nav button {
    position: absolute;
    top: 45%;
}

.hero-section .owl-nav button.owl-prev {
    left: 20px;
}

.hero-section .owl-nav button i {
    color: #fff !important;
    font-size: 38px !important;
}

.hero-section .owl-nav button {
    color: #fff !important;
}
section.hero-section .owl-dots {
    display: none;
}
/*About us css*/

.about-sec .vs-btn {
    margin-top: 35px;
}
h2.sub-title {
    margin-bottom: 26px;
}
section.about-sec {
    padding-top: 54px;
    padding-bottom: 54px;
}


/*Instagram feed css*/
section.instagram-sec {
    padding-top: 54px;
    padding-bottom: 54px;
}
.instagram-sec h2.sub-title {
    margin-bottom: 42px;
}


/*mobile app section css*/
section.mobile-app {
    padding-top: 54px;
}
ul.mobile-platform {
    display: flex;
    flex-wrap: wrap;
    list-style-type: none;
    padding: 0px;
    align-items: center;
    gap: 28px;
    margin-bottom: 0px;
}
.mobile-app-content p {
    margin-bottom: 30px;
}
/*Footer css*/
.main-footer {
    color: #fff;
    padding-top: 50px;
    padding-bottom: 50px;
}
.footer-address {
    display: flex;
    align-items: center;
    flex-wrap: wrap;  
    gap: 51px;
}
ul.social-media,
ul.mobile-app,
ul.terms-menu-v {
    display: flex;
    align-items: center;
    gap: 20px;
    list-style-type: none;
    padding: 0;
    margin-bottom: 14px;
}
ul.footer-menu-vs li {
    margin-bottom: 10px;
}
.news-form input::placeholder {
    color: rgba(0, 0, 0, 0.44);
    font-size: 14px;
    padding-left: 15px;
}
ul.footer-menu-vs {
    display: block;
    column-count: 3;
    padding: 0px;
    list-style-type: none;
    text-align: center;
    margin-bottom: 0px;
}
.main-footer a {
    color: #fff;
}
.footer-social ul label {   
    font-size: 12px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.02em;
    text-align: left;
}
.footer-social p {    
    font-size: 10px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.02em;
    text-align: left;
}
ul.footer-menu-vs li a {    
    font-size: 14px;
    font-weight: 400;
    line-height: 38px;
    letter-spacing: 0.02em;
    text-align: center;
}
.news-info {   
    font-size: 10px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.02em;
    text-align: left;
    margin-bottom: 26px;
}
.news-form input {
    border: 0px;
    border-radius: 0px;
    height: 50px;
    width: 100%;
}
.news-form form {
    margin-top: 19px !important;
}
.news-form {
    position: relative;
}
button.news-btn {
    position: absolute;
    top: 8px;
    right: 19px;
    background-color: #000;
    height: 35px;
    width: 35px;
}
button.news-btn img {
    position: relative;
    top: -1px;
    left: 1px;
}
.news-letter>aside>label {
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: 0.01em;    
}
ul.terms-menu-v li a {   
    font-size: 12px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.02em;
    /* text-align: left; */
}
ul.terms-menu-v {
    margin-bottom: 0px;
}


@media screen and (min-device-width: 768px) and (max-device-width: 1024px) { 
    ul.footer-menu-vs{
        column-count: 2;
    }
    .footer-news-letter{
        float: unset;

    }
    .news-form input {       
        width: 30vw;
    }
    button.news-btn {       
        right: 0;      
    }
    ul.footer-menu-vs li {
        margin-bottom: 0px;
    }
    .footer-address {      
        gap: 20px;
    }
    .footer-brand img {
        width: 50px;
    }
    ul.social-media, ul.mobile-app, ul.terms-menu-v{
        margin-bottom: 0px;
    }
    .news-info{
        margin-bottom: 0px;
    }
    .hero-bg-image img {
        object-position: top;
    }
    .hero-content {       
        width: 100%;
    }
    .vs-nav button.navbar-toggler {
        border: none !important;
    }
    .vs-nav button.navbar-toggler span>i {
        color: #fff;
    }

}
.news-form-vs {
    width: 100%;
}

@media(max-width:767px){
    br{
        display: none;
    }
    h1{
        font-size: 35px;
    }
    h2, .sub-title{
        font-size: 22px;
    }
    h2.sub-title{
        margin-bottom: 10px;
    }
    p {
        font-size: 14px;       
        line-height: 20px;       
    }

	li.nav-item.btn-nav a {
    background-color: #fff;
    color: #000 !important;
    padding: 10px 2.5px !important;
}
    .hero-content {
        width: 100%;
    }
    .vs-nav button.navbar-toggler span>i {
        color: #fff;
    }
	.logo{
		margin-right :0px !important;
		margin-left:0px !important;
	}
    .vs-nav button.navbar-toggler {
        border: none !important;
    }
    .bg-light.first-nav p {       
        padding-right: 20px;
        padding-left: 20px;
    }
    span.cross {       
            width: 100%;
    display: block;
    text-align: right;
    position: relative;
    top: -25px;
    right: 12px;   
		float: unset;
    }
    .vs-nav a.navbar-brand img {
        width: 150px;
    }

    .light-btn, .dark-btn {       
        padding: 10px 35px;       
    }
   
    .hero-bg-image img{
        object-position: top !important;
    }
    .mobile-app-content {        
        padding-bottom: 54px;
    }
    section.mobile-app .row.align-items-center {
        flex-direction: column-reverse;
    }
    section.mobile-app {
        padding-top: 30px;
		padding-right:20px;
		padding-left:20px;
    }
    section.instagram-sec {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    section.about-sec {
        padding:40px 20px;		
    }
    .hero-content h1 {
        margin-bottom: 48px;
        padding-right: 20px;
        padding-left: 20px;
    }
    .footer-brand img {
        width: 80px;
    }
    ul.social-media, ul.mobile-app, ul.terms-menu-v{
        margin-bottom: 5px;
    }
    .footer-address {        
        justify-content: space-between;
		gap:20px;		
    }
    ul.footer-menu-vs li {
        margin-bottom: 0px;
		text-align:left;
    }
    .footer-menu {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    
    .news-form form {
        margin-top: 10px !important;
    }
    .news-info {        
        margin-bottom: 10px;
    }
    .footer-news-letter {      
        float: unset;
    }
    .news-form input {        
        width: 100%;
    }
    .mobile-app-content {
        text-align: center;
    }
    ul.mobile-platform {     
        justify-content: center;
		gap:10px;
    }
	.news-form-vs {
		width: 100%;
	}
    .main-footer {
        padding-top: 40px;
        padding-bottom: 40px;
		padding-right:20px;
		padding-left:20px;
    }
    button.news-btn {     
        right: 20px;       
    }
    .mobile-app-images img {
        width: 100%;
    	height: 300px;
  		object-fit: contain;
    }    
    .vs-nav div#navbarSupportedContent ul li a {
        color: #000 !important;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .vs-nav div#navbarSupportedContent ul {
        background-color: #fff;
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .vs-nav div#navbarSupportedContent ul li {
        width: 100%;
        text-align: center;
    }
    .vs-nav div#navbarSupportedContent ul li.nav-item.btn-nav a {
        background-color: #000;
        color: #fff !important;
    }
	footer.main-footer.bg-dark>.container>.row {
		/* flex-direction: column-reverse; */
	}
	.hero-bg-image img, .hero-bg-image video, .hero-bg-image:before{
		height: calc(100vh - 50px);
	}
	div#cross {
    height: 50px;
}
	a.nav-link {
    font-size: 22px !important;
}
	footer.main-footer.bg-dark .col-md-4 {
    margin-bottom: 30px;
}
	
	

}