.aem-GridColumn {
  padding: 0;
}

#batch-code-container .promo-box-wrapper #key-in-unique-code-box {
    margin-left: 0;
}

#merlin-home {
  .abt-promotion {
    position: relative;
    ul {
      font-family: sans-serif;
      position: absolute;
      left: 0;
      right: 0;
      margin: 0 auto;
      text-align: center;
      list-style-type: none;
      display: flex;
      justify-content: center;
      align-items: center;
      padding: 30px;
      li {
        margin: 0 20px;
        color: #fff;
        border-bottom: 1px solid transparent;
        cursor: pointer;
        font-size: 20px;
        line-height: 1;
        &:hover {
          color: #fdda25;
          border-bottom: 1px solid #fdda25;
        }

        a {
          text-decoration: none;
        }
      }
    }
  }
  .abt-promotion img {
    width: 100%;
    display: block;
  }
  .abt-promotion .wrapper {
    color: #fff;
    position: absolute;
    top: 15%;
    right: 5%;
    max-width: 628px;
    //max-width: 50%;
   // padding: 110px 80px 0px 0px;
    p{
font-size:16px;
line-height: 120%;
}
  }
  .abt-promotion h1 {
    font-size: 56px;
  }
  .right-section > p {
    font-size: 23px;
  }

  .abt-promotion h1 p {
    font-size: 20px;
  }
  .points {
    display: flex;
    align-items: center;
    color: #fdda25;
    p {
      font-size: 20px;
    }
  }
  .about-text {
    margin-bottom: 15px;
    font-size: 32px;

    img {
      width: 78px;
      margin-right: 10px;
    }
  }
}

.cmp-carousel__content {
  max-width: 100% !important;
}

.cmp-carousel__item {
  min-width: calc(23%) !important;
}
.cmp-carousel__content {
  /*padding: 50px 50px 70px !important;*/
}
.adventure {
  display: flex;
  justify-content: space-between;
  color: #fff;
  padding: 0 80px 50px;

  .card {
    padding: 10px;
    img {
      width: 73px;
    }
  }
  h2 {
    font-size: 20px;
    padding: 20px 0 12px 0;
  }

  p {
    font-size: 16px;
  }
}

#merlin-footer {
  text-align: center;
  padding: 0 80px;
  color: #fff;

  .title {
    h2 {
      font-size: 50px !important;
      line-height: 1;
      margin-top: 48px;
    }
  }

  .text {
    p {
      font-size: 20px;
      margin-top: 32px;
      margin-bottom: 56px;
      text-align: left;
    }
  }

  .markuptext {
    h3 {
      font-size: 20px;
    }
    img {
      width: 21px;
      margin: 20px 12px;
    }
    p {
      font-size: 12px;
      margin-bottom: 48px;
    }
  }
}

#header {
  padding: 0 40px;
  .aem-Grid::before,
  .aem-Grid::after {
    display: none;
  }
  #nav > div {
    display: flex;
    justify-content: space-between;
    margin: 10px 0;
    align-items: center;
  }
  #nav {
    .container {
      width: auto;
    }
    .markuptext{
display: flex
;
}
  }
  #links > div {
    display: flex;
  }
  #logo img {
    width: 208px;
    display: block;
  }
  .navlink {
    display: flex;
    align-items: center;
    white-space: nowrap;
    img {
      width: 36px;
    }
    a {
      margin: 0 26px;
      text-decoration: none;
      font-size: 16px;
      font-family: sans-serif;
    }
  }
}
#header > div > div {
  width: 100%;
}

.cmp-button:hover {
  background-color: transparent;
  border-color: #fff;
  color: #000 !important;
}
.egypt-carousel .cmp-carousel__indicators {
  bottom: -25px !important;
}

#user {
  position: absolute;
  width: 300px;
  right: 35px;
  box-shadow: 1px 1px 5px #585656;
  background: #fff;
  padding: 20px;
}

button#logoutButtonText {
  border: 2px solid #ba0c2f;
  display: block;
  background: #fff;
  width: 100%;
  border-radius: 30px;
  height: 44px;
  line-height: 36px;
  margin: 12px 0;
  cursor: pointer;
}

.user-myaccount-container {
  position: relative;
  border-bottom: 1px solid #000;
  padding: 0px 0 16px;
  margin-bottom: 8px;
}
#login-btn {
  background: #ba0c2f !important;
  color: #fff !important;
  border: 2px solid #d0556e;
}
#create-account-btn {
  color: #000;
}
.user-myaccount {
  color: #ba0c2f;
}

.myaccount-img {
  position: absolute;
  top: -5px;
  cursor: pointer;
  right: 0;
  width: 24px;
  border-radius: 50cm;
  text-align: center;
  font-size: 14px;
  height: 24px;
  line-height: 25px;
  color: #ba0c2f;
  box-shadow: 0 0px 2px rgba(0, 0, 0, 0.8);
}

img.switch {
  cursor: pointer;
}

.myaccount-img:hover {
  opacity: 0.7;
}

.myaccount-img img {
  width: 30px;
}

#user .container-wrapper a {
  border: 2px solid #ba0c2f;
  display: block;
  background: #fff;
  width: 100%;
  border-radius: 30px;
  margin: 12px 0;
  cursor: pointer;
  padding: 0;
}
.button a .cmp-button__text,
.button button .cmp-button__text {
  font-size: 18px;
}
#user {
  display: none;
}

.box-mode #user {
  display: block;
}

#enter-serial-code-parent {
  padding: 0;
  margin: 0;
}

@media (min-width: 768px) and (max-width: 1024px) {
.abt-promotion ul li:hover{
color: #ffffff!important;
border-bottom: none!important;
}
  .unluck-adventure .unluck-ad-box {
    width: 48%;
    padding-bottom: 20px;
  }

  body #batch-code-container {
    width: 340px;
  }

  body #batch-code-container h1 {
    font-size: 30px;
    width: 300px;
  }

  body #batch-code-container .text.text-theme-7 p {
    font-size: 15px;
    width: 300px;
  }

  body #batch-code-container .promo-box-wrapper {
    width: 265px;
  }
}

#enter-serial-code-parent section.container {
  padding: 0;
}
#batch-code-container h1 {
  padding: 0;
  margin: 0;
  text-align: left;
  font-size: 32px;
  line-height: 120%;
}
div#serial-code-conatiner1 {
  padding: 7% 0;
}
#batch-code-container {
  float: right;
  width: 600px;
}

#batch-code-container .promo-box-wrapper {
  width: 430px;
  margin: 0;
}

#batch-code-container
  .codeEntry
  .gaming-right-col
  .gaming-link-div
  input#promoEntryCodeType {
  width: 255px;
  height: 45px;
}

#batch-code-container .cmp-button {
  display: inline-block;
  color: #fff;
  height: auto;
  text-align: left;
  margin: 0;
}

#batch-code-container .cmp-button span {
  padding: 0;
  font-size: 16px;
  line-height: 130%;
}

#batch-code-container .text.text-theme-7 p {
  text-align: left !important;
  width: 550px;
  font-size: 24px;
  line-height: 120%;
  padding: 0;
}

.unluck-ad-box {
  display: inline-block;
  width: 24%;
  vertical-align: top;
  text-align: left;
  color: #fff;
  padding: 0 1%;
}

.unluck-ad-box-img img {
  width: 80px;
}

.unluck-ad-box h4 {
  font-size: 18px;
  line-height: 120%;
  padding: 5px 0;
}

.unluck-ad-box p {
  font-size: 13px;
  line-height: 120%;
}

.unluck-adventure {
  padding: 20px 3% 30px;
}

#serial-code-conatiner2 .title h1 {
  font-size: 50px;
  line-height: 120%;
  margin: 0;
  padding: 30px 0 0;
}

#serial-code-conatiner2 .text p {
  font-size: 18px;
}

#serial-code-conatiner2 .text,
#serial-code-conatiner2 .title {
  padding: 0;
  margin: 0;
}

#serial-code-conatiner2 {
  padding: 50px 0 0;
}

.egypt-carousel .cmp-carousel__content {
  max-width: 92%;
  /*margin-bottom: -30px;*/
}

.egypt-carousel .cmp-carousel__content .cmp-carousel__item {
  min-width: 16% !important;
  display: inline-block;
  width: 16%;
}

.egypt-carousel {
  padding: 35px 5%;
}

#footer-tandc-para {
  width: 96%;
  margin: 0 auto;
  padding: 0 0 3%;
}

#footer-tandc-para p {
  font-size: 13px;
  line-height: 120%;
}

.footer-social {
  text-align: center;
}

.footer-social img {
  width: 20px;
}

.footer-social a {
  margin: 10px 8px;
  display: inline-block;
}

.footer-main {
  text-align: center;
  color: #fff;
}

.footer1 h3 {
  font-size: 50px;
  line-height: 120%;
  padding: 0 0 10px;
}

.footer1 p {
  font-size: 18px;
  line-height: 120%;
  padding: 0 3%;
  text-align: left;
}

.footer2 h3 {
  font-size: 20px;
  line-height: 120%;
}

.footer2 p {
  font-size: 12px;
  line-height: 120%;
}
#merlin-footer {
  background: #b90b2f;
  display: table;
}
#faq-terms {
  margin-top: 24px;
}

#merlin-faq {
  #faq-wrapper {
    max-width: 980px;
    margin: 0 auto;
    padding: 81px 0 56px;

    .breadcrumb {
      display: flex;
      align-items: center;
      padding-left: 12px;
      padding-bottom: 74px;
      img {
        width: 8px;
      }
      a {
        font-size: 12px;
        text-decoration: none;
        padding-left: 11px;
      }
    }
  }
  .accordion {
    img {
      width: 425px;
    }
  }
}


@media only screen and (max-width: 1024px) {

    .abt-promotion img.merlin-desktop {
        display: none !important;
    }

}

@media only screen and (min-width: 1025px) {

    .abt-promotion img.merlin-tablet {
        display: none !important;
    }

}

@media (min-width: 768px) and (max-width: 1024px) {
  #faq-wrapper {
    width: 80%;
  }
  .accordion {
    img {
      width: 100%;
    }
  }
  #merlin-home {
    .abt-promotion .wrapper {
      color: #fff;
      position: absolute;
      top: 15%;
      right: 2%;
      max-width: 50%;
      padding: 0;
    }
    .abt-promotion h1 {
      font-size: 28px;
      width: 270px;
    }
    .right-section > p {
      font-size: 16px;
    }
    & .about-text {
      img {
        width: 30px;
        margin-right: 10px;
      }
    }
    .points {
      font-size: 18px;
    }
    .about-text {
      p {
        font-size: 13px;
      }
    }
  }

  .adventure {
    display: flex;
    justify-content: space-between;
    color: #fff;
    padding: 0 80px 50px;
    flex-wrap: wrap;
  }
  #merlin-footer {
    & .title {
      h2 {
        font-size: 32px !important;
        line-height: 1;
        margin-top: 48px;
      }
    }
    & .text {
      p {
        font-size: 16px;
        margin: 32px 0 56px;
      }
    }
  }
  .footer2 {
    padding: 0;
  }
  .adventure {
    .card {
      padding: 10px;
      width: 50%;
    }
  }
}
@media (min-width: 880px) and (max-width: 1024px) {
  #merlin-home {
    .abt-promotion h1 {
      font-size: 34px;
      width: 270px;
    }
    & .about-text {
      p {
        font-size: 14px;
      }
    }
    .points {
      font-size: 20px;
    }
    .right-section > p {
      font-size: 17px;
    }
  }
}

@media (min-width: 990px) and (max-width: 1024px) {
  #merlin-home {
    .abt-promotion .wrapper {
      top: 19%;
    }
  }
}

@media (min-width: 1025px) and (max-width: 1286px) {
  #merlin-home {
    .abt-promotion .wrapper {
      color: #fff;
      position: absolute;
      top: 18%; 
      right: 1%;
      max-width: 50%;
      padding: 0;
    }
    .abt-promotion h1 {
      font-size: 42px;
      width: 335px;
    }
    & .about-text {
      p {
        font-size: 14px;
      }
    }
    .points {
      font-size: 20px;
    }
    .right-section > p {
      font-size: 17px;
    }
    & .about-text {
      p {
        font-size: 16px;
        margin-top: 0;
      }
    }
    & .about-text {
      img {
        width: 54px;
      }
    }
  }
}

.egypt-carousel .cmp-carousel__content .cmp-carousel__item img {
  max-width: 100%;
}
#merlin-home #merlin-footer,
#voucher-page-parent #merlin-footer,
#enter-serial-code-parent #merlin-footer {
  background: transparent;
  display: table;
}

.promoList li {
  cursor: pointer;
  padding: 8px;
  list-style: none;
}

.promoList .active {
  color: #fdda25 !important;
  border-bottom: 1px solid #fdda25 !important;
  font-weight: 700;
}




.congratulations-page{

}
.copytext {position: absolute;bottom: 60px;left: 103px;}


.copytext > div {
    font-size: 22px;
    border: 1px dashed #fff;
    color: #ffd500;
    padding: 8px 25px 3px 10px;
    min-width: 185px;
    display: inline-block;
    cursor: pointer;
    position: relative;
    text-align: left;
    height: 45px;
}
    .tooltip {
    visibility: hidden;
    background-color: #ffffff;
    color: #ba0c2f;
    text-align: center;
    border-radius: 5px;
    padding: 5px 10px;
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 65%;
    margin-left: -60px;
    opacity: 0;
    transition: opacity 0.3s;
    border: 1px solid #a30d2c;
    font-size: 14px;
}


    .wrapper{
    color: #FFF;

}

.wrapper h3{font-size: 42px;margin-bottom: 20px;line-height: 120%;}
.wrapper p{
font-size:14px;
margin: 16px 0px;
}
.email-para{font-size: 16px!important;}
.copy-wrapper{position: relative;}
.wrapper img{width: 470px;max-width: 100%;}
.redeem-btn a{width: 316px;background: #BA0C2F;border: 3px solid #CD5355;padding: 13px;font-size: 20px;color: #fff;border-radius: 40px;display: inline-block;text-decoration: none;text-align: center;}

.explore-btn a{
width: 316px;
    background: #ba0c2f00;
    border: 3px solid #ffffff;
    padding: 13px;
    font-size: 18px;
    color: #fff;
    border-radius: 40px;
        display: inline-block;
    text-decoration: none;
}
.coco-img{
    width: 181px;
    margin: 16px auto;
    margin-bottom: 20px;
}

.modal-content .button button {
    width: 60px;
}

#congratulations {
    width: 680px;
    float: right;
}

#congratulations p {
    font-size: 16px;
    line-height: 120%;
    width: 496px;
    max-width: 100%;
}

#voucher-page-parent section.container {
    padding: 0;
}

#voucher-container {
    padding: 5% 0;
}


@media (min-width: 768px) and (max-width: 1024px) {

	body #congratulations {
		width: 280px;
	}

	body #congratulations p {
		font-size: 12px;
		width: 255px;
	}

	#congratulations h3 {
		font-size: 25px;
		line-height: 120%;
	}

	body .email-para {
		font-size: 12px !important;
	}

	body .redeem-btn a {
		width: 250px;
		height: 40px;
		line-height: 11px;
	}

	body .wrapper img {
		width: 250px;
	}

	#displayText {
		font-size: 13px;
		min-width: 90px;
		height: 24px;
		width: 100px;
		padding: 3px 25px 3px 10px;
	}

	body .copytext {
		bottom: 33px;
		left: 54px;
	}

}



#voucher-page-parent {
    padding: 0;
}
#enter-serial-code-parent .modal-dialog {
    margin: 0;
}

#enter-serial-code-parent .modal-dialog .button a{
    text-align: center;
}

.enabled-button {
cursor: pointer !important;
}