@font-face {
	font-family: "Montserrat";
	src: url(../font/Montserrat.ttf);
}
*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
::-webkit-scrollbar {
	display: none!important;
}
body {
	background-color: #ffffff;
	color: white;
	position: relative;
	font-family: "Montserrat", sans-serif!important;
}
h1{
	font-size: 60px!important;
}
.default-bg {
  background: url(../../assets/images/background/vacay-poker-club-bg.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
	height: 100vh;
	position: relative;
}
.default-bg::before{
  background-color: rgb(240, 245, 250, 0.4);
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  width: 100%;
	z-index: 0;
}
.content {
	padding-top: 100px;
	padding-bottom: 150px;
	position: relative;
	z-index: 1;
}
.logo-circle {
	width: 100%;
	max-width: 280px; 
}
.logo-text {
	width: 100%;
	max-width: 220px;
}

input::placeholder {
	color: #800000!important;
	font-size: 16px!important;
}
.btn-primary {
	color: #ffffff;
	background-color: #2970db;
	border-color: #2970db; }
.btn-primary:hover {
	color: #ffffff;
	background-color: #235fba;
	border-color: #215aaf; }
.btn-check:focus + .btn-primary, .btn-primary:focus {
	color: #ffffff;
	background-color: #235fba;
	border-color: #215aaf;
	box-shadow: 0 0 0 0.25rem rgba(73, 133, 224, 0.5); }
.btn-check:checked + .btn-primary, .btn-check:active + .btn-primary, .btn-primary:active, .btn-primary.active, .show > .btn-primary.dropdown-toggle {
	color: #ffffff;
	background-color: #215aaf;
	border-color: #1f54a4; }
	.btn-check:checked + .btn-primary:focus, .btn-check:active + .btn-primary:focus, .btn-primary:active:focus, .btn-primary.active:focus, .show > .btn-primary.dropdown-toggle:focus {
		box-shadow: 0 0 0 0.25rem rgba(73, 133, 224, 0.5); }
.btn-primary:disabled, .btn-primary.disabled {
	color: #ffffff;
	background-color: #2970db;
	border-color: #2970db; }
.custom-btn-size{
	padding: 18px 20px!important;
}
input.custom-btn-size{
	font-size: 16px;
}
.social-link li{
	border: 2px solid #800000; 
	background-color: #800000; 
	padding: 3px 8px; 
	border-radius: 50%;
	margin-right: 10px;
}
.social-link li:hover{
	border-color: rgba(128, 0, 0, 0.6); 
	background-color: white; 
	padding: 3px 8px;  
	border-radius: 50%;
}
.social-link li:hover svg{
	fill: #800000!important;
}

#home {
  width: 100%;
  min-height: 100vh;
  background: url(../images/background/vacay-poker-club-bg.png) top center;
  background-size: cover;
  position: relative;
}

#home:before {
  content: "";
  background: rgba(0, 0, 0, 0.01);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}
#home-landscape {
  width: 100%;
  min-height: 100%;
  background: url(../images/background/vacay-poker-club-bg.png) top center;
  background-size: cover;
  position: relative;
}

#home-landscape:before {
  content: "";
  background: rgba(0, 0, 0, 0.01);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#home .container {
  position: relative;
  text-align: center;
}

#home h1 {
  margin: 0;
  font-size: 56px;
  font-weight: 700;
  line-height: 65px;
  color: #fff;
}

#home h1 span {
  color: #ffc451;
}

#home h2 {
  color: rgba(255, 255, 255, 0.9);
  margin: 10px 0 0 0;
  font-size: 24px;
}
.portrait-layout {
	display: flex;
	flex-direction: column; 
	align-items: center;
	justify-content: center;
}

#home-landscape {
	display: none!important;
}
.btn-secondary {
	background-color: #666666;
}
.btn-secondary:hover {
	background-color: #797979;
}
@media (min-width: 1440px) {
	#home h1 {
		line-height: 70px!important;
	}
}
@media (min-width: 1024px) {
  #home {
    background-attachment: fixed;
  }
	#home h1 {
		line-height: 45px;
	}
}

@media (max-width: 768px) {
  #home h1 {
    font-size: 28px;
    line-height: 36px;
  }

  #home h2 {
    font-size: 20px;
    line-height: 24px;
  }
}

section {
  padding: 60px 0!important;
  overflow: hidden;
}

footer {
	position: absolute;
	left: 0;
	right:0;
	bottom: 0; 
}

	@media (max-width: 1440px) {
		.logo-circle {
			width: 100%;
			max-width: 120px;
		}
		.logo-text {
			width: 100%;
			max-width: 100px;
		}
		.content {
			padding-top: 150px;
			padding-bottom: 180px;
			position: relative;
			z-index: 1;
		}
		.custom-btn-size{
			padding: 9px 15px!important;
		}
		h1{
			font-size: 36px!important;
		}
		p {
			font-size: 14px!important;
		}
		#home-landscape {
			display: none;
		}
	}
	@media (max-width: 768px) {
		.logo-circle {
			width: 100%;
			max-width: 120px;
		}
		.logo-text {
			width: 100%;
			max-width: 100px;
		}
		.custom-btn-size{
			padding: 18px 20px!important;
		}
		h1{
			font-size: 28px!important;
		}
		#home-landscape {
			display: none;
		}
	}
	@media (max-width: 576px) {
		.logo-circle {
			width: 100%;
			max-width: 100px;
		}
		.logo-text {
			width: 100%;
			max-width: 80px;
		}
		#home h1 {
			font-size: 24px;
			line-height: 20px;
		}
		h1{
			font-size: 24px!important;
		}
		.content {
			padding-top: 350px;
			padding-bottom: 180px;
		}
		section {
			padding: 10px 0px!important;
		}
		.custom-btn-size {
			padding: 10px 12px!important;
		}
		input.custom-btn-size{
		font-size: 13px!important;
		}
		#home .container {
			margin-top: -20px;
		}
		#home{
			min-height: calc(100vh - 50px);
		}
		#home-landscape {
			display: none;
		}
		p {
			font-size: 13px!important;
		}
	}
	@media (max-width: 320px) {
		.logo-circle {
			width: 100%;
			max-width: 100px;
		}
		.logo-text {
			width: 100%;
			max-width: 80px;
		}
		h1{
			font-size: 24px!important;
		}
		.content {
			padding-top: 300px;
			padding-bottom: 180px;
		}
		section {
			padding: 10px 0px!important;
		}
		.custom-btn-size {
			padding: 10px 12px!important;
		}
		input.custom-btn-size{
			font-size: 13px!important;
			}
			#home{
				min-height: calc(100vh - 50px);
			}
			#home-landscape {
				display: none;
			}
			p {
				font-size: 13px!important;
			}
	}


	@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation : landscape) {
		.portrait-layout {
			display: none!important;
		}
		#home-landscape {
			display: block!important;
		}
		section {
			padding: 0px!important;
			overflow: hidden;
		}
		.landscape-content {
			width: 100%;
			min-height: 100vh;
			display: flex;
			align-items: center;
			justify-content: center;
		}
		.landscape-content .container {
			margin-top: -25px!important;
		}
	}
	