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

/* FONTS */

@font-face {
  font-family: 'euro2028';
  src: url('https://beyond.ceedee.uk/euro28-webfonts/UEFAEuroPro-Book.woff2') format('woff2'), url('https://beyond.ceedee.uk/euro28-webfonts/UEFAEuroPro-Book.woff') format('woff'), url('https://beyond.ceedee.uk/euro28-webfonts/UEFAEuroPro-Book.ttf') format('ttf');
  font-weight: normal;
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'euro2028';
  src: url('https://beyond.ceedee.uk/euro28-webfonts/UEFAEuroPro-Bold.woff2') format('woff2'), url('https://beyond.ceedee.uk/euro28-webfonts/UEFAEuroPro-Bold.woff') format('woff'), url('https://beyond.ceedee.uk/euro28-webfonts/UEFAEuroPro-Bold.ttf') format('ttf');
  font-weight: bold;
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: 'oversize';
  src: url('https://beyond.ceedee.uk/euro28-webfonts/UEFAEuroPro-Oversize.woff2') format('woff2'), url('https://beyond.ceedee.uk/euro28-webfonts/FWC26-Oversize.woff') format('woff'), url('https://beyond.ceedee.uk/euro28-webfonts/FWC26-Oversize.ttf') format('ttf');
  font-weight: normal;
  font-weight: 400;
  font-style: normal;
}

/* GENERAL */


:root {
  --background: #ffffff;
  --card: transparent;
  --text: #1f2937;
  --muted: #6b7280;
  --gap: 40px;
  --radius: 0px;
  --shadow:
    0 12px 30px rgba(0, 0, 0, .10);
  --edge: 140px;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html {
  overscroll-behavior: none;
}
body {
  font-family: 'euro2028', Roboto, Arial, sans-serif;
  background: #FFFFFF;
  color: #333333;
	text-align: center!important;
}

/* FONTS */

h2 {
  max-width: 700px;
  font-family: 'oversize', Roboto, Arial, sans-serif;
  font-size: 24px;
  font-weight: normal;
  margin: 0px auto 10px;
}
h3 {
  max-width: 700px;
  font-size: 19px;
  font-weight: 400;
  margin: 0px auto 10px;
}
p {
  max-width: 700px;
  font-size: 16px;
  margin: 0px auto 10px;
}

/* HERO */

.euro28-hero {
  position: relative;
  height: clamp(360px, 40vh, 460px);
  background: url("../images/hero-image.jpg") center center no-repeat;
  background-size: cover;
	text-align: left;
}
.euro28-hero-02 {
  position: relative;
  height: clamp(360px, 40vh, 460px);
  background: url("../images/hero-image-02.jpg") center center no-repeat;
  background-size: cover;
	text-align: left;
}
.overlay {
  position: absolute;
  max-width: 1440px;
  inset: 0;
  display: flex;
  justify-content: space-between;
  padding: 50px 50px 50px 100px;
  margin: 0px auto;
  color: #FFFFFF;
  z-index: 1001;
}
.top-left {
  margin-left: 50px;
  max-width: 750px;
  bottom: 0px;
}
.top-left p {
  font-size: 14px;
  color: #FFFFFF;
  margin-bottom: 40px;
}
.top-left h1 {
  position: absolute;
  bottom: 42px;
  font-family: 'oversize', Roboto, Arial, sans-serif;
  font-size: 50px;
  font-weight: 400;
  line-height: .9;
}
.brand-logo {
  width: 330px;
  height: 126px;
  background: url("../images/composite-white-logo.png")top right no-repeat;
  background-size: contain;
}

/* DECORATIONS */

.top-left-dec {
  position: absolute;
  background: url("../images/top-left-dec.png") top left no-repeat;
  background-size: contain;
  width: clamp(200px, 20vw, 300px);
  height: clamp(550px, 50vh, 800px);
  z-index: 1000;
}
.top-right-dec {
  position: absolute;
  top: 0px;
  right: 0px;
  background: url("../images/top-right-dec.png") top right no-repeat;
  background-size: contain;
  width: clamp(200px, 20vw, 300px);
  height: clamp(550px, 50vh, 800px);
  z-index: 1000;
}

/* AGENT SECTION */

.agent {
  position: relative;
  background: #0826D9;
  color: #FFFFFF;
  text-align: center;
  padding: 50px 50px 40px;
}
.logo-placeholder {
  width: 180px;
  height: 80px;
  margin: auto;
  background: #7b88df;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 50px;
}
.agent a {
	display: inline-block;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 18px;
	padding: 18px 105px;
	color: #0826D9;
	background-color: #FFFFFF;
	border-radius: 50px;
	text-decoration: none;
	margin: 40px auto 10px;
	transition: 0.5s;
}
.agent a:hover {
	background-color: #6678DE;
	color: #FFFFFF;
}

/* REGISTER SECTION */

.register {
  padding: 50px;
  text-align: center;
}
.register h2 {
  color: #FF0066;
  font-size: 24px;
  font-family: 'oversize', Roboto, Arial, sans-serif;
  font-weight: normal;
  margin: 40px auto;
}
.divider01 {
  background: url("../images/divider-01.gif") no-repeat center center;
}
.divider02 {
  background: url("../images/divider-01.gif") no-repeat center center;
}
.divider01, .divider02 {
  height: 8px;
  width: 800px;
  margin: auto;
  background-size: contain;
}
form {
  width: 800px;
  margin: 50px auto;
  padding: 50px;
  border: 2px solid #FF0066;
  border-radius: 15px;
  display: flex;
  flex-direction: column;
  gap: 25px;
}
input, textarea {
  padding: 18px;
  font-size: 16px;
  border: 1px solid #20D8BD;
  border-radius: 5px;
  font-family: 'euro2028', Roboto, Arial, sans-serif;
  font-weight: bold;
  color: #666666;
}
textarea {
  height: 220px;
  resize: vertical;
  font-weight: normal;
}
button {
  align-self: center;
  padding: 18px 50px;
  border: none;
  background: #FF0066;
  color: white;
  font-weight: 700;
  border-radius: 40px;
  cursor: pointer;
  font-size: 16px;
  transition: .75s;
}
button:hover {
  background: #E5005C;
}

/* PRODUCTS SECTION */

.products-section {
    padding: 50px;
}

.container {
    max-width: 1180px;
    margin: 0 auto;
}
.products-section h2 {
    color: #001EC8;
}
.products-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px 25px;
	margin: 50px auto 0px;
	max-width: 800px;
}
.product-card {
    display: flex;
    flex-direction: column;
	text-align: left;
}
.product-card img {
    width: 100%;
    object-fit: cover;
    display: block;
	margin: 8px 0px 25px;
	transition: .3s ease;
}
.product-card:hover img {
	margin: 0px 0px 33px;
}

/* HOSPITALITY SECTION */

.hospitality {
  padding: 0px 50px;
  text-align: center;
}
.hospitality .divider01 {
	margin:0px auto 50px;
}
.hospitality .divider02 {
	margin:50px auto 0px;
}
.why-hospitality-image {
  height: auto;
  max-width: 800px;
  margin: 0px auto 50px;
}
.hospitality h2 {
  color: #00C878;
}
.hospitality ul {
	max-width: 700px;
	margin: 0px auto 15px;
    text-align: center;
}
.hospitality li {
    display: block;
    position: relative;
	margin-top:10px;
	font-size: 16px;
}

.hospitality li:before {
  content: "";
    background: url("../images/bullet-point.gif") left top no-repeat;
	background-size: contain;
   width: 12px;
    height: 16px;
    display: inline-block;
    margin-right: 5px;
    vertical-align: middle;
}


/* CAROUSEL SECTION */

.carousel-section {
  width: 100%;
  max-width: 1400px;
  margin: auto;
  padding: 50px 0 50px;
  color: #5A5A5A;
	text-align: center;
}
.carousel-section h2 {
  color: #009BFF;
  text-transform: uppercase;
  font-size: 24px;
  font-family: 'oversize', Roboto, Arial, sans-serif;
  font-weight: normal;
  margin: 0px auto 10px;
}
.carousel-section h3 {
  max-width: 700px;
  font-size: 19px;
  font-weight: 400;
  margin: 0px auto 10px;
}
.carousel-section p {
  max-width: 700px;
  font-size: 16px;
  margin: 0px auto 10px;
}
.carousel {
	max-width: 1440px;
  position: relative;
  overflow: hidden;
	margin: 30px auto 0px;
  width: 100%;
  outline: none;
  cursor: grab;
  user-select: none;
}
.carousel::before, .carousel::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: var(--edge);
  z-index: 5;
  pointer-events: none;
}
.carousel::before {
  left: 0;
  background:
    linear-gradient(to right, var(--background), transparent);
}
.carousel::after {
  right: 0;
  background:
    linear-gradient(to left, var(--background), transparent);
}
.carousel-track {
  display: flex;
  gap: var(--gap);
  transform:
    translate3d(0, 0, 0);
  will-change: transform;
  margin-top: 8px;
}
.carousel-card {
  flex:
    0 0 calc(20% - 15px);
  overflow: hidden;
  transition:
    transform .3s ease;
  text-align: center;
}
.carousel-card:hover {
  transform:
    translateY(-8px);
}
.carousel-card img {
  width: 100%;
  aspect-ratio:
    12 / 10;
  object-fit: cover;
  display: block;
}
.card-body {
  padding: 20px 0px;
}
.card-body h3 {
  font-size: 19px;
  margin-bottom: 1px;
  color: #009BFF;font-weight: bold;
}
.card-body p {
  font-size: 14px;
}
.carousel:focus-visible {
  outline:
    4px solid rgba(59, 130, 246, .35);
}

/* ==========================================
   Reduced Motion Accessibility
========================================== */

@media(prefers-reduced-motion:reduce) {
  *, *::before, *::after {
    animation-duration: .01ms !important;
    transition-duration: .01ms !important;
    scroll-behavior: auto !important;
  }
}

/* FOOTER */

.footer {
    background: #08C57d;
    padding: 50px;
}

.footer-container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 60px;
}
.contact-info {
    color: #FFFFFF;
    flex: 1;
}
.contact-info p {
    font-size: 18px;
    margin-bottom: 18px;
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    line-height: 1.5;
}

.contact-info a {
    font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	transition: 1s;
}
.contact-info a:hover {
	color: #001EC8;
} 
.logo-box {
    width: 380px;
    height: 170px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.logo-box img {
	width: 380px;
	height: auto;
}

/* Tablet */
@media (max-width: 900px) {
    .footer {
        padding: 30px;
    }
    .footer-container {
        gap: 40px;
    }
    .logo-box {
        width: 280px;
        height: 140px;
        font-size: 32px;
    }
.logo-box img {
	width: 280px;
}
}

/* Mobile */
@media (max-width: 768px) {
    .footer-container {
        flex-direction: column;
        text-align: center;
    }
    .contact-info {
        order: 2;
    }
    .logo-box {
        order: 1;
        width: 100%;
        max-width: 320px;
        height: 140px;
    }
.logo-box img {
        max-width: 320px;
}
    .contact-info p {
        justify-content: center;
        font-size: 16px;
    }
}

/* TABLET */

@media(max-width:899px) {
  .overlay {
    padding: 30px 30px 30px 60px;
  }
  .top-left {
    margin-left: 30px;
  }
	
/* DECORATIONS */
	
  .top-left-dec, .top-right-dec {
    width: clamp(60px, 20vw, 120px);
    height: clamp(175px, 50vh, 250px);
  }
  .divider01, .divider02 {
    height: 6px;
    width: 600px;
  }
.why-hospitality-image {
  max-width: 600px;
  margin: 0px auto 30px;
}	
  .agent {
    padding: 30px 100px;
  }
  .register {
    padding: 30px;
  }
  form {
    width: 600px;
    margin: 40px auto;
    padding: 40px;
    border-radius: 15px;
    gap: 20px;
  }
  input, textarea {
    padding: 16px;
    font-size: 14px;
  }
  textarea {
    height: 160px;
  }
.carousel-card {
  flex:
    0 0 calc(30% - 30px);
}
.products-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* MOBILE */

@media(max-width:768px) {
  .euro28-hero {
    height: clamp(360px, 75vh, 660px);
    display: block;
  }
  .overlay {
    padding: 20px 20px 20px 40px;
  }
  .top-left {
    margin-left: 20px;
    width: 100%;
  }
  .top-left p {
    font-size: 12px;
    margin: 124px auto 20px 0px;
    text-shadow: 0px 0px 3px rgba(0,0,0,1)!important;
	}
  .top-left h1 {
    bottom: 22px;
    font-size: 42px;
    text-shadow: 0px 0px 10px rgba(0,0,0,1)!important;
  }
  .brand-logo {
    width: 220px;
    height: 84px;
    position: absolute;
    top: 20px;
    left: 60px;
  }
  .top-left-dec, .top-right-dec {
    width: clamp(50px, 20vw, 75px);
    height: clamp(130px, 50vh, 200px);
  }
  h2 {
    font-size: 18px !important;
  }
  h3 {
    font-size: 14px !important;
  }
  p, .hospitality li {
    font-size: 12px !important;
  }
  .divider01, .divider02 {
    width: 100%;
    min-width: 280px;
  }
.why-hospitality-image {
  width: 100%;
  min-width: 280px;
  margin: 0px auto 20px;
}
  .agent {
    padding: 20px 50px;
  }
  .register {
    padding: 20px;
  }
  form {
    width: 100%;
    min-width: 280px;
    margin: 30px auto;
    padding: 30px;
    border-radius: 15px;
    gap: 15px;
  }
  input, textarea {
    padding: 14px;
    font-size: 12px;
  }
  textarea {
    height: 120px;
  }
  button {
    font-size: 12px;
  }
.carousel-card {
  flex:
    0 0 calc(50% - 50px);
}
}