@media only screen and (max-width: 425px) {
	section {
		padding-right: 10% !important;
		padding-left: 10% !important;
	}

	#slotcontent {
		padding-right: 10% !important;
		padding-top: 5% !important;
	}

	.navitem {
		border: 1px solid #ffffff !important;
		margin-bottom: 5px;
	}

	.flagindo {
	}

	.flagthai {
	}
}

@media only screen and (min-width: 426px) and (max-width: 768px) {
	.models {
		border: 0px solid;
		padding: 0 !important;
	}

	.flags {
		padding-top: 4em !important;
	}
}

.header {
	background-image: url("https://tk-newsletter-assets.s3.ap-northeast-1.amazonaws.com/global-assets-ekings/ekings-io/bg.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	color: #ffffff;
}

body {
	font-family: Nunito Sans;
}

#navi a {
	color: #ffffff;
	font-family: Nunito Sans;
	font-size: 16px;
	padding-top: 16px;
	padding-bottom: 16px;
	margin: auto;
}

.navitem {
	border-radius: 90px;
}

.categories {
	background-color: #000000;
	color: #ffffff;
}

.logo {
	width: 100%;
	height: auto;
	margin-left: -16px;
}

.models {
	width: 100%;
	height: auto;
	margin: auto;
	mix-blend-mode: lighten;
}

.flags img {
	width: 60px;
	height: 56px;
	margin: auto;
}

.flags a {
	color: #ffffff;
	margin: auto;
}

.providers {
	width: auto;
	height: auto;
	margin: auto;
}

.CTA {
	border: 0;
	font-size: 20px;
	font-family: Poppins;
	font-weight: 700;
	color: #ab0000;
	width: 100%;
	height: 60px;
	border-radius: 32px;
	background: rgb(231, 184, 70);
	background: linear-gradient(
		180deg,
		rgba(231, 184, 70, 1) 10%,
		rgba(255, 242, 164, 1) 30%,
		rgba(231, 184, 70, 1) 60%,
		rgba(224, 188, 56, 1) 75%,
		rgba(212, 153, 34, 1) 90%
	);
}

hr {
	color: #ffffff;
}

.footersec {
	background-color: #000000;
	color: #ffffff;
}

.contactform {
	background-color: #222222;
	width: 100%;
	margin: auto;
	border-radius: 12px;
}

.emailinput {
	width: 80%;
	height: 48px;
	text-align: left;
	margin: auto;
	border: 0;
	border-radius: 12px;
	background-color: #e9e9e9;
}

.messageinput {
	width: 80%;
	margin: auto;
	border: 1px solid #cccccc;
	height: 5em;
}

.submitbtn {
	border: 0;
	font-size: 26px;
	font-family: Poppins;
	font-weight: 700;
	color: #ab0000;
	width: 80%;
	height: 60px;
	margin: auto;
	border-radius: 999px;
	background: rgb(231, 184, 70);
	background: linear-gradient(
		180deg,
		rgba(231, 184, 70, 1) 10%,
		rgba(255, 242, 164, 1) 30%,
		rgba(231, 184, 70, 1) 60%,
		rgba(224, 188, 56, 1) 75%,
		rgba(212, 153, 34, 1) 90%
	);
}

.loader {
	display: none;
	width: 100%;
	height: 100%;
}

#iframe-container {
	height: 560px;
}

#iframe-container::-webkit-scrollbar {
	width: 8px;
	height: 8px;
}

.iframe-container::-webkit-scrollbar-thumb {
	background-color: rgba(
		187,
		187,
		187,
		0.5
	); /* Color of the scrollbar thumb */
	border-radius: 4px; /* Rounded corners */
}

.iframe-container::-webkit-scrollbar-thumb:hover {
	background-color: rgba(0, 0, 0, 0.8); /* Darker color on hover */
}

#signupIframe {
	display: none;
	overflow-y: scroll !important;
}

#signupModal .modal-body {
	border-radius: 8px;
}

#signupModal iframe {
	border: none;
}

#signupModal .modal-content {
	padding: 14px;
	background-color: rgba(18, 18, 18, 1) !important;
	border: none !important;
}

#signupModal .close {
	position: absolute;
	right: 0;
	top: 5px;
	z-index: 1;
	background: transparent;
	border: none;
	font-size: 2em;
	line-height: 0;
	padding: 10px;
}

#navi {
	flex: 1;
}

#navi .d-flex {
	align-items: center;
	justify-content: space-between;
}

@media (max-width: 768px) {
	#slotcontent {
		margin-top: 40px;
	}

	.pl-0-mob {
		padding-left: 0 !important;
	}

	.navitem {
		border: none !important;
		padding: 10px 0;
	}
	#navi .d-flex {
		flex-direction: column;
	}

	#navi .d-flex > div {
		flex: 0 0 100%;
		box-sizing: border-box;
		width: 100%;
	}
}
