@charset "utf-8";
/* CSS Document */

/*---------- Google Fonts ----------*/
@import url('https://fonts.googleapis.com/css2?family=Roboto+Flex:opsz,wght@8..144,100..1000&display=swap');
/*  font-family: "Roboto Flex", sans-serif; */

@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
/*  font-family: "Inter", sans-serif;  */
:root {
    --white: #ffffff;
    --black: #000000;
    --transparent: #0000;
    --slateBlue:#4E5D78;
    --skydark: #449DA0;
    /* --slate: #4B4B4B; */
}

body { font-family: "Roboto Flex", sans-serif; color: var(--white);font-size: 16px;font-weight: 400; background-color: #2D2C38;} 
blockquote, dl, dd, h1, h2, h3, h4, h5, h6, hr, figure, p, pre { margin: 0;padding: 0; }
h1, h2, h3, h4, h5, h6 { font-size: inherit; font-weight: inherit; }
ol, ul { list-style: none; margin: 0; padding: 0; }
img, video { max-width: 100%; height: auto; }
iframe {width: 100%;height: 100%;}
a, input, button, textarea { outline: none !important; } 
a { text-decoration: none; transition: all ease-in-out 300ms; -webkit-transition: all ease-in-out 300ms; -ms-transition: all ease-in-out 300ms; -o-transition: all ease-in-out 300ms; -moz-transition: all ease-in-out 300ms; } 
.container-fluid, .container { padding-left: 15px; padding-right: 15px; } 
p { font-family: inherit; font-size: inherit; line-height: inherit; color: inherit; } 
p a { text-decoration: none; color: inherit; } 
p a:hover { text-decoration: none; color: var(--skydark); } 
ul li a, ol li a { text-decoration: none; color: inherit; } 
ul li a:hover, ol li a:hover { text-decoration: none; color: var(--skydark); } 
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button, input::-webkit-inner-spin-button { -webkit-appearance: none; margin: 0; } 
.form-control:focus { box-shadow: none; border-color: transparent; }

/* Firefox */
input[type=number] { -moz-appearance: textfield; }
textarea { resize: none; }

/* ----- Title Declaration ----- */
/* --- 48 -> 24 --- */
.section-title { color: var(--white); font-family: "Roboto Flex", sans-serif; font-size: clamp(1.0rem, 1.056rem + 2.22vw, 2rem); font-weight: 600; line-height: normal;margin-bottom: 24px; }
.section-title * { font-family: inherit; font-size: inherit; font-weight: inherit; color: inherit; line-height: inherit; }

/* --- 24 -> 16--- */
.normal-text { color: var(--white); font-family: "Roboto Flex", sans-serif; font-size: clamp(0.4rem, 0.652rem + 0.74vw, 1rem); font-weight: 400; line-height: 100%; }
.normal-text * {font-family: inherit; font-size: inherit; font-weight: inherit; color: inherit; line-height: inherit;}
/* ----- */
.detail { color: var(--white); font-family: "Roboto Flex", sans-serif; font-size: 16px; font-weight: 400; line-height: 130%; }
.detail * {font-family: inherit; font-size: inherit; font-weight: inherit; color: inherit; line-height: inherit;}
/* ----- Title Declaration ----- */




/*========== Header Start ==========*/
.content {padding-top: 40px;}

/* --- home page --- */
.logo-box { display: block; width: clamp(3rem, 2.907rem + 10.46vw, 10.063rem);  margin: 0 auto; margin-bottom: clamp(0.75rem, 0.62rem + 3.15vw, 1.875rem); }
.logo-box img {width: 100%;height: 100%;}
.about-main {text-align: center;width: 100%; max-width: 1088px; margin: 0 auto;margin-bottom: clamp(2.188rem, 1.354rem + 4.17vw, 5rem);}
/* padding bottom 30 -> 16 */
.about-main .normal-text >* {margin-bottom: clamp(1rem, 0.741rem + 1.3vw, 1.875rem);}
.about-main .normal-text >*:last-child {margin-bottom: 0px;}


/* margin bottom 80 -> 30 */
.games-main {text-align: center; margin-bottom: clamp(1.875rem, 0.949rem + 4.63vw, 5rem);max-width: 688px;justify-content: center;margin: auto;}
.link-box {padding: 0px 1px 1px;}

.link-box .normal-text {font-family: "Roboto", sans-serif;font-weight: 200;font-size:16px;margin-bottom: 22px; }
.link-box ul {display: flex;flex-direction: row;flex-wrap: wrap; justify-content: center;align-items: center;}
.link-box ul li {margin-right: 34px;}
.link-box ul li a { display: inline-block; width: 100%; max-width: 120px; transition:0.3s all ease ; -webkit-transition:0.3s all ease ; -moz-transition:0.3s all ease ; -ms-transition:0.3s all ease ; -o-transition:0.3s all ease ; }
.link-box ul li a:hover {opacity: 0.9;}
.link-box ul li:last-child {margin-right: 0px;}

.games-box {display: flex; flex-direction: column;  margin: auto;}
.game-item {padding: 15px; width: 100%; border-radius:5px ; -webkit-border-radius:5px ; -moz-border-radius:5px ; -ms-border-radius:5px ; -o-border-radius:5px ;margin-bottom: clamp(3rem, 0.741rem + 1.3vw, 2.875rem);}
.game-item iframe {width: 100%;height: 220px;}


/* --- privacy policy --- */
.privacy-box .section-title {width: fit-content; margin-bottom: clamp(1.875rem, 1.69rem + 0.93vw, 2.5rem);border-bottom: 2px solid var(--white);}
.privacy-box ul {display: flex;flex-direction: column;margin:10px 0 30px 0;}
.privacy-box ul li {position: relative; padding-left: 20px; margin-bottom: 16px;color: var(--white);font-size: 16px;font-family: "Roboto Flex", sans-serif;font-weight: 400;line-height: 130%;}
.privacy-box ul li::after { position: absolute; content: ''; top: 8px; left: 2px; background-color: var(--white); height: 8px; width: 8px; border-radius:100% ; -webkit-border-radius:100% ; -moz-border-radius:100% ; -ms-border-radius:100% ; -o-border-radius:100% ; }
.privacy-box ul li strong {font-size: 18px;font-weight: 700;display: block;margin-bottom: 4px;}
.privacy-box ul li:last-child {margin-bottom: 0px;}
.privacy-box ul li a {text-decoration: underline;}
.privacy-box .detail a {text-decoration: underline;}
.privacy-box .detail {margin-bottom: 16px;}
.privacy-box .detail >* {margin-bottom: 16px;}
.privacy-box .detail >*:last-child {margin-bottom: 0px;}
/*========== Header End ==========*/

/*========== Footer Start ==========*/
.footer {position: relative; padding: 20px 0;max-width: 688px;justify-content: center;margin: auto;}
.footer-main { display: flex; justify-content: space-between;align-items: center;  }
.footer-main >* {margin-bottom: 12px;}
.footer-main >*:last-child {margin-bottom: 0px;}
.footer-main a:hover {text-decoration: underline;color: var(--skydark);}
/*========== Footer End ==========*/
