@import url("https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
:root {
  --rm-white: #ffffff;
  --rm-navy: #1a3e72;
  --rm-gold: #c4a747;
  --rm-purple: #5c1e5f;
  --rm-text-dark: #222222;
  --rm-border-light: #dddddd;
}
body {
  /* height: 6000px; */
  perspective: 600px;
}

.top-header {
  background-color: var(--rm-white);
  font-size: 8px;
  text-align: right;
}
.top-nav {
  border-bottom: 1px solid var(--rm-gold);
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1300px;
  margin: 0 auto;
  padding: 5px 50px;
}
.nav-item {
  margin-left: 30px;
  text-decoration: none;
  color: var(--rm-navy);
  transition: color 0.5s ease;
  position: relative;
}
.nav-item::before,
.nav-item::after {
  content: "";
  position: absolute;
  width: 2px;
  height: 0px;
  background: var(--rm-gold);
  transition: height 0.5s ease;
}

.nav-item:hover i {
  transform: rotateY(180deg);
  transition: transform 0.3s ease;
  color: var(--rm-gold);
}
/**********************************************************************/

.bottom-nav {
  display: flex;
  justify-content: space-around;
  align-items: center;
  max-width: 1300px;
  max-height: 100px;
  margin: 0 auto;
  padding: 0px 20px;
  border-bottom: 1px solid var(--rm-gold);
}
.logoDiv img {
  width: 80px;
  height: auto;
  margin-left: 32px;
}
.selectionsItem {
  position: relative;
  text-decoration: none;
  color: var(--rm-navy);
  font-size: 12px;
  margin: 0 10px;
  transition: color 0.3s ease;
}
.selectionsItem::before,
.selectionsItem::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border: 0px solid;
  border-color: var(--rm-gold);
  transition: all 0.3s ease;
}
.selectionsItem:hover::before {
  border-left: 2px solid;
  border-bottom: 2px solid;
}
.selectionsItem:hover {
  transition: transform 0.7s ease;
  color: var(--rm-gold);
}
.selectionsItem:hover::after {
  border-right: 2px solid;
  border-top: 2px solid;
}
.selectionsItem::after {
  top: -4px;
  right: -4px;
  border-left: none;
  border-bottom: none;
}
.selectionsItem::before {
  bottom: -4px;
  left: -4px;
  border-right: none;
  border-top: none;
}
.selectionsDiv ul {
  list-style: none;
  padding: 0;
}
.selectionsDiv ul li {
  display: inline-block;
}
.pagesDropDown {
  width: 200px;
  height: 150px;
  left: 49%;
  top: 85px;
  z-index: 3;
  border: 2px solid var(--rm-gold);
  border-radius: 5px;
  background-color: var(--rm-white);
  position: absolute;
  display: grid;
  grid-template-columns: 1fr 1fr;
  text-align: left;
  gap: 45px;
  padding: 10px;
  transform: scale(0);
  opacity: 0;
  transition: all 1s ease;
}
.ho:hover .pagesDropDown {
  top: 65px;
  transition: all 1s ease;
  transform: scale(1);
  opacity: 1;
}
.pagesDropDown h6 {
  font-size: 12px;
  font-family: Cambria, Cochin, Georgia, Times, "Times New Roman", serif;
  border-bottom: var(--rm-gold) 2px dotted;
  padding-bottom: 2px;
  width: fit-content;
}
.pagesDropDown ul li {
  display: block;
  padding: 7px 0;
  font-size: 10px;
}
.pagesDropDown ul li a {
  text-decoration: none;
  cursor: pointer;
  color: var(--rm-navy);
  font-family: Cambria, Cochin, Georgia, Times, "Times New Roman", serif;
  transition: color 0.3s ease;
}
.pagesDropDown ul li a:hover {
  color: var(--rm-gold);
}
.pagesDropDown ul li:hover {
  transform: scaleX(1.1);
  transition: transform 0.3s ease;
}

.iconItem {
  text-decoration: none;
  color: var(--rm-navy);
  font-size: 12px;
  margin: 0 15px;
  transition: color 0.3s ease;
}
.iconItem:hover {
  transition: transform 0.7s ease;
  color: var(--rm-gold);
}
.item-count {
  background: var(--rm-gold);
  width: 10px;
  height: 10px;
  text-align: center;
  color: var(--rm-white);
  line-height: 10px;
  position: absolute;
  bottom: 8;
  left: 8;
  border-left: none;
  border-bottom: none;
  border-radius: 50%;
}
.iconsDiv :nth-child(3) {
  position: relative;
}
.iconsDiv :nth-child(3):hover .item-count {
  bottom: 12;
  transition: all 0.3s ease;
}
/**********************************************************************/
.first-section {
  background: var(--rm-navy);
  color: var(--rm-white);
  height: 30px;
  font-size: 22px;
  line-height: 30px;
  text-align: center;
  word-spacing: 5px;
}
.first-section a {
  text-decoration: underline;
  color: var(--rm-gold);
  font-weight: bold;
  transition: color 0.3s ease;
}
.shop-now-tickets:hover {
  color: var(--rm-gold);
  transition: 0.3s ease;
  letter-spacing: 1.5px;
}
.first-2 {
  height: 88vh;
  width: 100%;
  background-image: url(../images/cristiano_ronaldo.png);
  background-position: center;
  background-size: cover;
  background-attachment: scroll;
  background-repeat: no-repeat;
  background-position-y: 30%;
  position: relative;
}
.second-section-div {
  position: absolute;
  top: 15%;
  left: 15%;
  transform: translate(-20%, -15%);
  text-align: left;
}
.second-section-div h4 {
  text-align: center;
  color: var(--rm-white);
  font-family: "Dancing Script", cursive;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 50px;
  margin-top: 20px;
  text-shadow: 8px 2px 4px rgba(0, 0, 0, 0.5);
}
.second-section-div h5 {
  color: var(--rm-white);
  font-family: "Georgia", "Times New Roman", serif;
  font-weight: 400;
  font-style: italic;
  font-size: 15px;
  margin-top: 15px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
  max-width: 600px;
  line-height: 1.5;
}
.second-section-div button {
  background-color: var(--rm-gold);
  color: var(--rm-navy);
  border: 1px solid var(--rm-navy);
  border-radius: 5px;
  padding: 10px 20px;
  margin-left: 45px;
  margin-top: 20px;
  font-size: 14px;
  font-weight: bold;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
.second-section-div button:hover {
  background-color: var(--rm-navy);
  color: var(--rm-white);
  transition: background-color 0.3s ease;
}
/**********************************************************************/
.fashionDiv {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
  padding: 20px;
  margin-top: 100vh;
}
.div1fashion {
  height: 300px;
  border-radius: 8px;
  border: 3px solid var(--rm-gold);
  background-position: center;
  background-size: 120%;
  background-repeat: no-repeat;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
  overflow: hidden;
  transition: background-size 0.9s ease;
}
.fashionComponents {
  transition: all 1s cubic-bezier(0.4, 0, 0.2, 1);
  transform: translateY(265%);
  background: none !important;
  background-color: transparent !important;
  background-image: none !important;
  padding: 15px;
  text-align: center;
}
.div1fashion:hover .fashionComponents {
  transition: 1s ease;
  transform: translateY(120%);
}
.div1fashion:hover {
  background-size: 130% !important;
}
.fashionComponents h3 {
  color: var(--rm-white);
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.8);
  font-size: 18px;
  margin-bottom: 10px;
  background: none !important;
  background-color: transparent !important;
}
.fashionComponents button {
  background-color: var(--rm-gold);
  color: var(--rm-white);
  border: 2px solid var(--rm-white);
  border-radius: 5px;
  padding: 8px 16px;
  font-size: 12px;
  font-weight: bold;
  cursor: pointer;
  transition: all 0.3s ease;
}
.fashionComponents button:hover {
  background-color: var(--rm-white);
  color: var(--rm-gold);
  border: 2px solid var(--rm-gold);
}
/**********************************************************************/
.trendingContainer {
  height: 400px;
  margin: 30px auto;
  width: 93%;
}
.trending-1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 2px solid var(--rm-navy);
  padding: 5px 20px;
}
.trending-1 h5 {
  color: var(--rm-text-dark);
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}
.trending-1 ul {
  list-style: none;
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 0;
}
.trending-1 ul li {
  margin: 0 10px;
  font-size: 18px;
  color: var(--rm-navy);
  font-weight: bold;
}
.first-li li {
  color: var(--rm-gold) !important;
  cursor: pointer;
  text-decoration: underline;
}
.trending-1 ul li:hover {
  color: var(--rm-gold);
  cursor: pointer;
  text-decoration: underline;
  transition: all 0.5s ease;
}
.trending-2 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 10px;
  padding: 20px;
  margin-top: 10px;
  height: 380px;
  position: relative;
}
.trending-2-div {
  background-color: var(--rm-white);
  border: 2px solid var(--rm-gold);
  border-radius: 10px;
  padding: 10px;
  text-align: center;
}
.rotating-card {
  position: relative;
  transition: all 2s;
  height: 230px;
  transform-style: preserve-3d;
}
.rotating-card:hover {
  transform: rotateY(180deg);
}
.front,
.back {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.front {
  z-index: 1;
}
.back {
  transform: rotateY(180deg);
}
.arrows {
  position: absolute;
  display: flex;
  justify-content: space-between;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
  font-size: 20px;
}
.arrows i:hover {
  cursor: pointer;
  color: var(--rm-gold);
  transition: color 0.3s ease;
}
.backOptions ul {
  list-style: none;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  opacity: 0;
  background-color: var(--rm-gold);
  border-radius: 5px;
}
.backOptions ul li {
  margin: 10px 5px;
  font-size: 16px;
  color: var(--rm-text-dark);
  cursor: pointer;
}
.backOptions ul li:hover {
  color: var(--rm-white);
  transition: color 0.3s ease;
}
.rotating-card:hover .backOptions ul {
  opacity: 1;
  transform: translateX(-50%) translateY(-10px);
  transition: opacity 3s ease, transform 3s ease;
}
.cardText {
  margin-bottom: 0px;
  padding-top: 20px;
  text-align: center;
  color: var(--rm-navy);
}
.cardText h3 {
  font-size: 14px;
  margin-bottom: 10px;
  font-family: "Segoe UI", "Roboto", "Arial", sans-serif;
}
.cardText p {
  font-size: 14px;
  font-weight: 600;
  color: var(--rm-text-dark);
  font-family: "Segoe UI", "Roboto", "Arial", sans-serif;
}

/**********************************************************************/
.testimonialSection {
  background: linear-gradient(135deg, var(--rm-navy) 0%, var(--rm-purple) 100%);
  background: -webkit-linear-gradient(
    135deg,
    var(--rm-navy) 0%,
    var(--rm-purple) 100%
  );
  padding: 30px 20px;
  margin-top: 50px;
  position: relative;
  overflow: hidden;
}
.testimonialContainer {
  max-width: 900px;
  max-height: 500px;
  margin: 0 auto;
  text-align: center;
  position: relative;
  z-index: 2;
}

.testimonialContainer h2 {
  color: var(--rm-white);
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 30px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  font-family: "Bebas Neue", "Arial Black", sans-serif;
  letter-spacing: 2px;
  position: relative;
}

.testimonialContainer h2::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  height: 3px;
  background: var(--rm-gold);
  border-radius: 2px;
}

.testimonialContainer p {
  color: var(--rm-white);
  font-size: 12px;
  line-height: 1.8;
  max-width: 800px;
  margin: 0 auto;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
  font-family: "Georgia", "Times New Roman", serif;
  font-style: italic;
}
.arrowsTestimonial {
  position: absolute;
  display: flex;
  justify-content: space-between;
  width: 850px;
  top: 50%;
  transform: translateY(-100%);
  font-size: 24px;
  color: var(--rm-gold);
  margin-left: -10px;
}
.arrowsTestimonial i:hover {
  cursor: pointer;
  color: var(--rm-border-light);
  transition: color 0.3s ease;
}
.testimonialPerson {
  position: relative;
  margin-top: 30px;
}
.testimonialPerson img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  margin-left: -150px;
}
.testimonialData {
  position: absolute;
  top: 30%;
  left: 50%;
  text-align: center;
  color: var(--rm-white);
}
.testimonialData p {
  color: var(--rm-gold);
}
/*************************************************************/
.rotating-card-2 {
  position: relative;
  transition: all 2s;
  height: 230px;
}
.iconDiv {
  position: relative;
  width: 100%;
  height: 230px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.iconDiv::after {
  position: absolute;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 10px;
  top: -100;
  left: 0;
  content: "";
  opacity: 0;
  transition: all 1s ease;
}
.iconDiv:hover::after {
  top: 0;
  opacity: 1;
  transition: all 1s ease;
}

.backOptions-2 ul {
  list-style: none;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  opacity: 0;
  background-color: var(--rm-gold);
  border-radius: 5px;
  transition: all 1s ease;
  z-index: 4;
}
.backOptions-2 ul li {
  margin: 10px 5px;
  font-size: 16px;
  color: var(--rm-text-dark);
  cursor: pointer;
}
.iconDiv:hover .backOptions-2 ul {
  opacity: 1;
  color: var(--rm-white);
  transition: all 2s ease;
  bottom: 20;
}
.backOptions-2 ul li:hover {
  color: var(--rm-white);
  transition: color 0.3s ease;
}
/************************************************************************/
.latest-news-container {
  background: linear-gradient(90deg, var(--rm-navy) 60%, var(--rm-gold) 100%);
  padding: 40px 30px;
  margin-top: 20px;
  min-width: 873.5px;
  margin-left: -35px;
}

.latest-content {
  background: var(--rm-white);
  border-radius: 16px;
  box-shadow: 0 6px 32px rgba(26, 62, 114, 0.12),
  0 1.5px 6px rgba(196, 167, 71, 0.08);
  padding: 32px 36px 28px 36px;
  max-width: 900px;
  width: 90%;
  margin: 0 auto;
  text-align: center;
}

.latest-content h6 {
  color: var(--rm-navy);
  font-size: 22px;
  font-family: "Bebas Neue", Arial, sans-serif;
  letter-spacing: 2px;
  margin-bottom: 28px;
  font-weight: bold;
  position: relative;
}
.latest-content h6::after {
  content: "";
  display: block;
  margin: 5px auto 0 auto;
  width: 60px;
  height: 3px;
  background: var(--rm-gold);
  border-radius: 2px;
}

.latest-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  margin-top: 10px;
}

.latest1 {
  box-shadow: 0 2px 12px rgba(26, 62, 114, 0.1);
  min-height: 230px;
  border-radius: 12px;
  overflow: hidden;
  cursor: pointer;
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1),
  box-shadow 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  text-align: center;
  padding-bottom: 10px;
}
.latest1:hover {
  transform: translateY(-8px) scale(1.03);
  box-shadow: 0 8px 32px rgba(26, 62, 114, 0.18),
  0 2px 8px rgba(196, 167, 71, 0.1);
}
.latest1 h3 {
  color: var(--rm-navy);
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 18px;
}
.latest1:hover h3 {
  color: var(--rm-gold);
  transition: all 1s;
}
.latest1 a {
  color: var(--rm-purple);
  margin-left: auto;
  margin-right: auto;
  
  padding-top: 10px;
  
  margin-bottom: 30px;
  font-size: 16px;
}
.latest1:hover a {
  color: var(--rm-gold);
  letter-spacing: 1.2;
  transition: all 1s;
}

.latestImg {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  min-height: 190px;
  border-radius: 12px;
}
/************************************************************************/
.lastSectionContainer{
  display: flex;
  flex-flow: row;
  justify-content: space-evenly;
  
  height: 100px;
  margin-top: 30px;
  text-align: center;
}

.lastDiv{
  width: 22%;
  /* background-color: red; */
  height: 100%;
  padding: 10px;
  position: relative;
  /* margin-bottom: 10px; */
  
}
.lastDiv h5{
  margin: 40px 0px 0px 0px;
  
  padding: 5px 0;
}
.iDiv{
  font-size: 30px;
  left: 50%;
  top:20%;
  transform: translate(-50%, 0%);
  position: absolute;
  height: 30px;
  width: 100%;
  /* background-color: blue; */
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  overflow: hidden;
}
.truck1{
  position: absolute;
  color: gray;
  
}
.truck2{
  position: absolute;
  top:32px;
}
.iDiv:hover .truck2{
  top:0px;
  transition: all 0.2s ease-in-out;
}
.iDiv:hover .truck1{
  top:-32px;
  transition: all 0.2s ease;
}
/************************************************************************/
footer{
  height: 350px;
  margin-top: 50px;
  width: 107.55%;
  background-color: var(--rm-navy);
  transform: translateX(-3.51%);
  position: relative;
}
.subscribeDiv{
  display: flex;
  flex-flow: row;
  height: 70px;
  justify-content: space-evenly;
  align-items: center;
  color: var(--rm-white);
  position: relative;
  /* background-color: var(--rm-gold); */
}
.subscribeDiv::after{
  content: "";
  position: absolute;
  width: 90.1%;
  height: 2px;
  left: 5.1%;
  background-color: var(--rm-gold);
  bottom: -3;
}
.div1Sub h6{
  font-size: 20px;
  padding: 10px 0px;
}
.div1Sub p{
  font-size: 12px;
}
.div2Sub input{
  width: 300px;
  height: 30px;
  border-radius: 5px;
  border: none;
  padding-left: 10px;
}

.div2Sub button{
  width: 100px;
  height: 30px;
  border-radius: 5px;
  border: none;
  background-color: var(--rm-gold);
  color: var(--rm-white);
  cursor: pointer;
  margin-left: 3px;
}
.div2Sub button:hover{
  /* background-color: var(--rm-text-dark); */
  /* color: var(--rm-white); */
  transition: all 0.3s ease;
  transform: scale(1.05);
}
.div3Sub i{
  font-size: 14px;
  /* color: var(--rm-white); */
}
.div3Sub i:hover{
  color: var(--rm-gold);
  transition: all 0.3s ease;
  transform: scale(1.2);
  cursor: pointer;
}
/************************************************************************/
.lastSection{
  display: grid;
  grid-template-columns: repeat(5,1fr);
  gap: 10px;
  margin: 20px auto;
  color: var(--rm-white);
  position: absolute;
}
.lastSection ul{
  list-style: none;
  padding: 0;
}
.lastSection h4{
  margin: 10px 0;
  font-size: 16px;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
}
.lastSection li{
  margin: 10px 0;
  font-size: 14px;
  cursor: pointer;
  color: var(--rm-gold);
  transition: color 0.3s ease;
} 
.lastSection li:hover{
  color: var(--rm-white);
  transition: all 0.5s ease;
  text-decoration: underline;
  transform: scale(1.01);
  letter-spacing: 1.1;
}
.lastSection img{
  width: 150px;
  height: 150px;
  object-fit: cover;
  border-radius: 5px;
  margin-left: 10px;
}
.lastSection::after{
  
  content: "";
  position: absolute;
  width: 94%;
  height: 2px;
  left: 5.1%;
  background-color: var(--rm-gold);
  bottom: -3;
}
.endingDiv{
  position: absolute;
  bottom: 20;
  color: var(--rm-white);
  left: 50%;
  transform: translateX(-50%);
}
.endingDiv i{
  animation-name: heart; 
  animation-direction: alternate;
  animation-duration: 0.5s;
  animation-iteration-count: infinite;
}
@keyframes heart {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.2);
    color: var(--rm-gold);
  }
  /* 100% {
    transform: scale(1);
  } */
}