@charset "UTF-8";

/* ============================================
   GILROY FONT FACES (self-hosted, fonts/ folder)
   Each variant maps to its exact matching file.
   woff2/woff are preferred where available; .ttf is used otherwise.
   ============================================ */

@font-face {
  font-family: "Gilroy-Black";
  src: url("fonts/Gilroy-Black.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Gilroy-Heavy";
  src: url("fonts/Gilroy-Heavy.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Gilroy-SemiBold";
  src: url("fonts/Gilroy-SemiBold.woff2") format("woff2"),
       url("fonts/Gilroy-SemiBold.woff") format("woff"),
       url("fonts/Gilroy-SemiBold.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Gilroy-Light";
  src: url("fonts/Gilroy-Light.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Gilroy-LightItalic";
  src: url("fonts/Gilroy-LightItalic.ttf") format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Gilroy-MediumItalic";
  src: url("fonts/Gilroy-MediumItalic.ttf") format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

:root {
  --default-font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Ubuntu, "Helvetica Neue", Helvetica, Arial, "PingFang SC",
    "Hiragino Sans GB", "Microsoft Yahei UI", "Microsoft Yahei",
    "Source Han Sans CN", sans-serif;
}

html,
body {
  margin: 0;
  padding: 0;
  min-height: 100vh;
  background: linear-gradient(225deg, #170b4e, #261869);
  background-attachment: fixed;
}

.main-container,
.main-container * {
  box-sizing: border-box;
}

input,
select,
textarea,
button {
  outline: 0;
}

/* ============================================
   DESKTOP LAYOUT (default, 1024px+)
   ============================================ */

.main-container {
  position: relative;
  width: 100%;
  max-width: 1728px;
  min-height: 1117px;
  margin: 0 auto;
  background: transparent;
  overflow: hidden;
}

.resmi-telegram-kanallari {
  position: relative;
  width: 976px;
  height: 91px;
  margin: 154px auto 0;
  font-family: Gilroy-Black, var(--default-font-family);
  font-size: 72px;
  font-weight: 400;
  line-height: 90.864px;
  text-align: center;
  text-overflow: initial;
  white-space: nowrap;
}
.resmi {
  color: #ffffff;
  font-family: Gilroy-Black, var(--default-font-family);
  font-size: 72px;
  font-weight: 400;
  line-height: 90.864px;
}
.telegram {
  color: #3eb0e7;
  font-family: Gilroy-Black, var(--default-font-family);
  font-size: 72px;
  font-weight: 400;
  line-height: 90.864px;
}
.resmi-1 {
  color: #ffffff;
  font-family: Gilroy-Black, var(--default-font-family);
  font-size: 72px;
  font-weight: 400;
  line-height: 90.864px;
}

.dogrulanmis-resmi-kanal {
  position: relative;
  width: 659px;
  height: 22px;
  margin: 0 auto;
  font-family: Gilroy-LightItalic, var(--default-font-family);
  font-size: 18px;
  font-weight: 400;
  line-height: 21.6px;
  text-align: center;
  text-overflow: initial;
  white-space: nowrap;
  z-index: 2;
}
.dogrulanmis-resmi-kanal-2 {
  color: #ffffff;
  font-family: Gilroy-LightItalic, var(--default-font-family);
  font-size: 18px;
  font-weight: 400;
  line-height: 21.6px;
}
.hemen-katil-surpriz-hediyeleri {
  color: #ffffff;
  font-family: Gilroy-MediumItalic, var(--default-font-family);
  font-size: 18px;
  font-weight: 400;
  line-height: 21.6px;
}

/* CARDS ROW */
.flex-row-f {
  position: relative;
  width: 1136px;
  margin: 51px auto 0;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  z-index: 29;
}

.card {
  position: relative;
  display: block;
  width: 372px;
  height: 565px;
  flex-shrink: 0;
  text-decoration: none;
  color: inherit;
  cursor: pointer;
  transition: transform 0.25s ease, filter 0.25s ease;
}
.card:hover {
  transform: translateY(-6px);
  filter: brightness(1.05);
}
.card:active {
  transform: translateY(-2px);
}
.card:focus-visible {
  outline: 3px solid #3eb0e7;
  outline-offset: 4px;
  border-radius: 24px;
}

/* CARD 1 - MER力TK力NG */
.meritlogo {
  position: absolute;
  width: 200px;
  height: 200px;
  top: 0;
  left: 86px;
  background: url(images/meritking-logo.webp)
    no-repeat center;
  background-size: cover;
  z-index: 10;
}
.rectangle {
  position: absolute;
  width: 372px;
  height: 527px;
  top: 6px;
  left: 0;
  font-size: 0px;
  background: url(images/card-meritking-bg.webp)
    no-repeat center;
  background-size: cover;
  z-index: 4;
  border-radius: 20px;
}
.meritking {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  position: relative;
  width: 220px;
  height: 54px;
  margin: 194px 0 0 76px;
  color: #ffffff;
  font-family: Gilroy-Heavy, var(--default-font-family);
  font-size: 42px;
  font-weight: 400;
  line-height: 53.55px;
  text-align: center;
  white-space: nowrap;
  z-index: 6;
}
.resmi-telegram-kanali {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  position: relative;
  width: 261px;
  height: 19px;
  margin: 6px 0 0 56px;
  color: #ffffff;
  font-family: Gilroy-Light, var(--default-font-family);
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
  text-align: center;
  white-space: nowrap;
  letter-spacing: 4.8px;
  z-index: 7;
}
.line {
  position: relative;
  width: 317px;
  height: 1px;
  margin: 22px 0 0 27px;
  background: url(images/meritking-divider-top.svg)
    no-repeat center;
  background-size: cover;
  z-index: 11;
}
.line-3 {
  position: relative;
  width: 317px;
  height: 1px;
  margin: 77px 0 0 27px;
  background: url(images/meritking-divider-bottom.svg)
    no-repeat center;
  background-size: cover;
  z-index: 12;
}
.rectangle-4 {
  position: relative;
  width: 337px;
  height: 72px;
  margin: 30px 0 0 17px;
  background: url(images/meritking-button-bg.webp)
    no-repeat center;
  background-size: cover;
  z-index: 8;
  border-radius: 10px;
}
.hemen-kanala-katil {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  position: absolute;
  width: 183px;
  height: 23px;
  top: 27px;
  left: 77px;
  color: #ffffff;
  font-family: Gilroy-Heavy, var(--default-font-family);
  font-size: 18px;
  font-weight: 400;
  line-height: 22.95px;
  text-align: center;
  white-space: nowrap;
  z-index: 9;
}
.gift-box-open-svgrepo-com {
  position: absolute;
  width: 35px;
  height: 35px;
  top: 316px;
  left: 45px;
  background: url(images/meritking-gift.svg)
    no-repeat center;
  background-size: cover;
  z-index: 13;
  overflow: hidden;
}
.boss-oranlar-ozel-promosyonlar {
  position: absolute;
  width: 241px;
  height: 32px;
  top: 319px;
  left: 90px;
  font-family: Gilroy-Light, var(--default-font-family);
  font-size: 13px;
  font-weight: 400;
  line-height: 15.6px;
  text-align: left;
  text-overflow: initial;
  white-space: nowrap;
  z-index: 14;
}
.boss,
.o,
.boss-5,
.o-6,
.boss-7,
.o-8,
.boss-9,
.o-a,
.boss-b {
  color: #ffffff;
  font-family: Gilroy-Light, var(--default-font-family);
  font-size: 13px;
  font-weight: 400;
  line-height: 15.6px;
  text-align: left;
}
.hemen-katil-surpriz-etkinlikleri-kacirma {
  color: #fddd89;
  font-family: Gilroy-SemiBold, var(--default-font-family);
  font-size: 13.1px;
  font-weight: 400;
  line-height: 15.72px;
  text-align: left;
}

/* CARD 2 - K力NGROYAL */
.rectangle-c {
  position: absolute;
  width: 372px;
  height: 527px;
  top: 6px;
  left: 0;
  background: url(images/card-kingroyal-bg.webp)
    no-repeat center;
  background-size: cover;
  z-index: 16;
  border-radius: 20px;
}
.king {
  position: relative;
  width: 219px;
  height: 128px;
  margin: 32px 0 0 76px;
  background: url(images/kingroyal-logo.webp)
    no-repeat center;
  background-size: cover;
  z-index: 19;
}
.kingroyal {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  position: relative;
  width: 230px;
  height: 54px;
  margin: 34px 0 0 71px;
  color: #ffffff;
  font-family: Gilroy-Heavy, var(--default-font-family);
  font-size: 42px;
  font-weight: 400;
  line-height: 53.55px;
  text-align: center;
  white-space: nowrap;
  z-index: 18;
}
.resmi-telegram-kanali-d {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  position: relative;
  width: 261px;
  height: 19px;
  margin: 6px 0 0 56px;
  color: #ffffff;
  font-family: Gilroy-Light, var(--default-font-family);
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
  text-align: center;
  white-space: nowrap;
  letter-spacing: 4.8px;
  z-index: 20;
}
.line-e {
  position: relative;
  width: 317px;
  height: 1px;
  margin: 22px 0 0 27px;
  background: url(images/kingroyal-divider-top.svg)
    no-repeat center;
  background-size: cover;
  z-index: 23;
}
.line-f {
  position: relative;
  width: 317px;
  height: 1px;
  margin: 77px 0 0 27px;
  background: url(images/kingroyal-divider-bottom.svg)
    no-repeat center;
  background-size: cover;
  z-index: 24;
}
.rectangle-10 {
  position: relative;
  width: 337px;
  height: 72px;
  margin: 30px 0 0 17px;
  background: url(images/kingroyal-button-bg.webp)
    no-repeat center;
  background-size: cover;
  z-index: 21;
  border-radius: 10px;
}
.join-channel {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  position: absolute;
  width: 183px;
  height: 23px;
  top: 27px;
  left: 77px;
  color: #ffffff;
  font-family: Gilroy-Heavy, var(--default-font-family);
  font-size: 18px;
  font-weight: 400;
  line-height: 22.95px;
  text-align: center;
  white-space: nowrap;
  z-index: 22;
}
.gift-box-open {
  position: absolute;
  width: 35px;
  height: 35px;
  top: 316px;
  left: 45px;
  background: url(images/kingroyal-gift.svg)
    no-repeat center;
  background-size: cover;
  z-index: 25;
  overflow: hidden;
}
.special-promotions {
  position: absolute;
  width: 241px;
  height: 32px;
  top: 319px;
  left: 90px;
  font-family: Gilroy-Light, var(--default-font-family);
  font-size: 14px;
  font-weight: 400;
  line-height: 16.8px;
  text-align: left;
  z-index: 26;
}
.boss-rates {
  color: #ffffff;
  font-family: Gilroy-Light, var(--default-font-family);
  font-size: 13px;
  font-weight: 400;
  line-height: 16.8px;
  text-align: left;
}
.join-now {
  color: #faff00;
  font-family: Gilroy-SemiBold, var(--default-font-family);
  font-size: 13.1px;
  font-weight: 400;
  line-height: 16.8px;
  text-align: left;
}

/* CARD 3 - MADR力DBET */
.rectangle-11 {
  position: absolute;
  width: 372px;
  height: 527px;
  top: 6px;
  left: 0;
  background: url(images/card-madridbet-bg.webp)
    no-repeat center;
  background-size: cover;
  z-index: 28;
  border-radius: 20px;
}
.madrid-logo {
  position: relative;
  width: 207px;
  height: 100px;
  margin: 44px 0 0 83px;
  background: url(images/madridbet-logo.webp)
    no-repeat center;
  background-size: cover;
  z-index: 31;
}
.madridbet {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  position: relative;
  width: 232px;
  height: 54px;
  margin: 50px 0 0 70px;
  color: #ffffff;
  font-family: Gilroy-Heavy, var(--default-font-family);
  font-size: 42px;
  font-weight: 400;
  line-height: 53.55px;
  text-align: center;
  white-space: nowrap;
  z-index: 30;
}
.telegram-channel {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  position: relative;
  width: 261px;
  height: 19px;
  margin: 6px 0 0 56px;
  color: #ffffff;
  font-family: Gilroy-Light, var(--default-font-family);
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
  text-align: center;
  white-space: nowrap;
  letter-spacing: 4.8px;
  z-index: 32;
}
.line-12 {
  position: relative;
  width: 317px;
  height: 1px;
  margin: 22px 0 0 27px;
  background: url(images/madridbet-divider-top.svg)
    no-repeat center;
  background-size: cover;
  z-index: 35;
}
.line-13 {
  position: relative;
  width: 317px;
  height: 1px;
  margin: 77px 0 0 27px;
  background: url(images/madridbet-divider-bottom.svg)
    no-repeat center;
  background-size: cover;
  z-index: 36;
}
.rectangle-14 {
  position: relative;
  width: 337px;
  height: 72px;
  margin: 30px 0 0 17px;
  background: url(images/madridbet-button-bg.webp)
    no-repeat center;
  background-size: cover;
  z-index: 33;
  border-radius: 10px;
}
.join-channel-15 {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  position: absolute;
  width: 183px;
  height: 23px;
  top: 27px;
  left: 77px;
  color: #ffffff;
  font-family: Gilroy-Heavy, var(--default-font-family);
  font-size: 18px;
  font-weight: 400;
  line-height: 22.95px;
  text-align: center;
  white-space: nowrap;
  z-index: 34;
}
.gift-box-open-16 {
  position: absolute;
  width: 35px;
  height: 35px;
  top: 316px;
  left: 45px;
  background: url(images/madridbet-gift.svg)
    no-repeat center;
  background-size: cover;
  z-index: 37;
  overflow: hidden;
}
.special-promotions-17 {
  position: absolute;
  width: 241px;
  height: 32px;
  top: 319px;
  left: 90px;
  font-family: Gilroy-Light, var(--default-font-family);
  font-size: 14px;
  font-weight: 400;
  line-height: 16.8px;
  text-align: left;
  z-index: 38;
}
.special-promotions-18 {
  color: #ffffff;
  font-family: Gilroy-Light, var(--default-font-family);
  font-size: 13px;
  font-weight: 400;
  line-height: 16.8px;
  text-align: left;
}
.join-now-19 {
  color: #e1df22;
  font-family: Gilroy-SemiBold, var(--default-font-family);
  font-size: 13.1px;
  font-weight: 400;
  line-height: 16.8px;
  text-align: left;
}

/* VERIFIED CHECK BADGES (now positioned within each card) */
.verified-check {
  position: absolute;
  width: 64px;
  height: 64px;
  top: 501px;
  left: 154px;
  background: url(images/verified-meritking.svg)
    no-repeat center;
  background-size: cover;
  z-index: 5;
  overflow: hidden;
}
.verified-check-1a {
  position: absolute;
  width: 64px;
  height: 64px;
  top: 501px;
  left: 154px;
  background: url(images/verified-kingroyal.svg)
    no-repeat center;
  background-size: cover;
  z-index: 17;
  overflow: hidden;
}
.verified-check-1b {
  position: absolute;
  width: 64px;
  height: 64px;
  top: 501px;
  left: 154px;
  background: url(images/verified-madridbet.svg)
    no-repeat center;
  background-size: cover;
  z-index: 29;
  overflow: hidden;
}

.official-channels {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  position: relative;
  width: 361px;
  height: 17px;
  margin: 154px auto 0;
  padding-bottom: 40px;
  color: #ffffff;
  font-family: Gilroy-SemiBold, var(--default-font-family);
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
  text-align: center;
  white-space: nowrap;
  letter-spacing: 4.76px;
  z-index: 1;
}

/* ============================================
   TABLET (768px - 1199px) - scale-down layout
   ============================================ */
@media (max-width: 1199px) {
  .resmi-telegram-kanallari {
    width: auto;
    margin: 80px 16px 0;
    font-size: 56px;
    line-height: 1.1;
    height: auto;
  }
  .resmi,
  .telegram,
  .resmi-1 {
    font-size: 56px;
    line-height: 1.1;
  }
  .dogrulanmis-resmi-kanal {
    width: auto;
    margin: 16px 16px 0;
    white-space: normal;
    height: auto;
  }
  .flex-row-f {
    width: 100%;
    margin: 40px 0 0 0;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
  }
}

/* ============================================
   MOBILE (max 767px) - vertical stack
   ============================================ */
@media (max-width: 767px) {
  .main-container {
    width: 100%;
    max-width: 100%;
    min-height: 100vh;
    height: auto;
    padding: 0 0 32px 0;
  }

  .resmi-telegram-kanallari {
    width: auto;
    height: auto;
    margin: 48px 12px 0;
    font-size: 42px;
    line-height: 1.1;
    white-space: normal;
  }
  .resmi,
  .telegram,
  .resmi-1 {
    font-size: 42px;
    line-height: 1.1;
  }

  .dogrulanmis-resmi-kanal {
    width: auto;
    height: auto;
    margin: 16px 12px 0;
    white-space: normal;
    line-height: 1.4;
  }

  .flex-row-f {
    width: 100%;
    height: auto;
    margin: 32px 0 0 0;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    flex-wrap: nowrap;
  }

  .card {
    width: 372px;
    max-width: calc(100% - 16px);
    height: 565px;
  }

  .official-channels {
    width: auto;
    height: auto;
    margin: 32px 12px 0;
    padding-bottom: 24px;
    font-size: 12px;
    letter-spacing: 3px;
    white-space: normal;
    line-height: 1.4;
  }
}

/* ============================================
   SMALL MOBILE (max 400px) - scale card down
   ============================================ */
@media (max-width: 400px) {
  .resmi-telegram-kanallari {
    font-size: 34px;
    margin-top: 40px;
  }
  .resmi,
  .telegram,
  .resmi-1 {
    font-size: 34px;
  }
  .dogrulanmis-resmi-kanal {
    font-size: 14px;
  }
  .dogrulanmis-resmi-kanal-2,
  .hemen-katil-surpriz-hediyeleri {
    font-size: 14px;
  }
  .card {
    transform: scale(0.92);
    transform-origin: top center;
    margin-bottom: -45px;
  }
  .official-channels {
    font-size: 11px;
    letter-spacing: 2px;
  }
}
