@import url(https://fonts.googleapis.com/css2?family=Inter:wght@500&family=Lato&family=Roboto&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Inter:wght@500&family=Lato&family=Roboto&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Inter:wght@500&family=Lato&family=Roboto&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Inter:wght@500&family=Lato&family=Poppins&family=Roboto&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Inter:wght@500&family=Lato&family=Poppins&family=Roboto&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Inter:wght@500&family=Lato&family=Roboto&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Inter:wght@500&family=Lato&family=Roboto&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Inter:wght@500&family=Lato&family=Roboto&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Lato:wght@300&family=Poppins:wght@600&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Lato:wght@300&family=Poppins:wght@600&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Inter:wght@500&family=Lato&family=Poppins&family=Roboto&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Poppins:wght@700&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Lato:wght@300&family=Poppins:wght@600&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Lato:wght@300&family=Poppins:wght@500&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Lato:wght@300&family=Poppins:wght@600&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Lato:wght@300&family=Poppins:wght@500&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Lato:wght@300&family=Poppins:wght@600&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Lato:wght@300&family=Poppins&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Lato:wght@300&family=Poppins:wght@600&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Lato:wght@300&family=Poppins:wght@500&display=swap);
body {
  font-family: "Helvetica Neue", "Poppins", sans-serif;
  line-height: 1.5;
}

.irlBlockFooter {
  position: relative;
  max-width: 1440px;
  margin: 0 auto;
  background-color: #201D1D;
  color: #FFFFFF;
  font-weight: 300;
  letter-spacing: 0.5px;
}
.irlBlockFooter p {
  margin-bottom: 0;
}
.irlBlockFooter .irlBlockFooterTop {
  padding: 40px 30px 0;
  display: flex;
  justify-content: space-between;
}
.irlBlockFooter .irlBlockFooterTop .irlBlockFooterTitle {
  font-size: 21px;
  font-weight: bold;
  color: #EB4D36;
  padding-bottom: 10px;
}
.irlBlockFooter .irlBlockFooterTop .irlBlockFooterDesc {
  font-size: 14px;
  line-height: 1.8;
}
.irlBlockFooter .irlBlockFooterTop .irlLinkedin {
  width: 40px;
  cursor: pointer;
}
.irlBlockFooter .irlBlockFooterTop .irlLinkedin img {
  width: 100%;
}
.irlBlockFooter .irlBlockFooterTop .irlBlockFooterImg {
  display: flex;
  align-items: center;
  gap: 15px;
}
.irlBlockFooter .irlBlockFooterTop .irlBlockFooterImg .irlBlockFooterImgIcon {
  height: 60px;
  align-self: baseline;
}
.irlBlockFooter .irlBlockFooterTop .irlBlockFooterImg .irlBlockFooterImgIcon img {
  height: 80%;
}
.irlBlockFooter .irlBlockFooterTop .irlBlockFooterImg .irlBlockFooterImgIcon:nth-child(3) img {
  height: 30%;
}
.irlBlockFooter .irlBlockFooterTop .irlBlockFooterImg .irlBlockFooterImgIcon:nth-child(5) img {
  height: 60%;
}
.irlBlockFooter .irlBlockFooterTop .irlBlockFooterImg .irlBlockFooterImgIcon:nth-last-child(1) img {
  height: 45%;
}
.irlBlockFooter .irlBlockFooterBottom {
  margin-top: 40px;
}
.irlBlockFooter .irlBlockFooterBottom .irlBlockFooterBottomRow {
  display: flex;
  align-items: center;
  margin: 0;
}
.irlBlockFooter .irlBlockFooterBottom .irlBlockFooterBottomRow .irlBlockFooterRedBg {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  align-items: center;
  padding: 15px 0;
  background-color: #EB4D36;
  border-top-right-radius: 50px;
  text-align: center;
}
.irlBlockFooter .irlBlockFooterBottom .irlBlockFooterBottomRow .irlBlockFooterRedBg p + p {
  border-left: 2px solid #FFFFFF;
  padding: 0 10px;
}
.irlBlockFooter .irlBlockFooterBottom .irlBlockFooterBottomRow .irlBlockFooterCopyright {
  text-align: right;
  padding-right: 30px;
}

@media only screen and (max-width: 1400px) {
  .irlBlockFooter .irlBlockFooterTop, .irlBlockFooter .irlBlockFooterBottom {
    zoom: 0.8;
  }
}
@media only screen and (max-width: 1300px) {
  .irlBlockFooter .irlBlockFooterRedBg p {
    font-size: 12px;
  }
}
@media only screen and (max-width: 992px) {
  .irlBlockFooter .row {
    row-gap: 25px;
  }
  .irlBlockFooter .irlBlockFooterImg {
    flex-wrap: wrap;
  }
  .irlBlockFooter .irlBlockFooterTop, .irlBlockFooter .irlBlockFooterBottom {
    zoom: 1;
  }
  .irlBlockFooter .irlBlockFooterTop {
    flex-direction: column;
    row-gap: 30px;
  }
  .irlBlockFooter .irlBlockFooterBottom .row {
    row-gap: 10px;
  }
  .irlBlockFooter .irlBlockFooterBottom .irlBlockFooterRedBg {
    justify-content: center;
  }
  .irlBlockFooter .irlBlockFooterBottom .irlBlockFooterCopyright {
    text-align: center !important;
    padding-bottom: 10px;
  }
}
@media only screen and (max-width: 390px) {
  .irlBlockFooter {
    zoom: 0.6;
  }
}
.irlBlockAboutUs {
  position: relative;
  height: 1800px;
  max-width: 1440px;
  margin: 0 auto;
  padding-top: 120px;
  margin-top: -50px;
}
.irlBlockAboutUs .irlAboutUs {
  position: relative;
}
.irlBlockAboutUs .irlAboutUs .irlAboutUsTitle {
  font-size: 33px;
  font-weight: 300;
  text-align: center;
}
.irlBlockAboutUs .irlAboutUs .irlAboutUsSection {
  position: relative;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  width: 950px;
  margin: 0 auto;
  margin-top: 100px;
  height: 550px;
}
.irlBlockAboutUs .irlAboutUs .irlAboutUsSection div {
  z-index: 3;
}
.irlBlockAboutUs .irlAboutUs .irlAboutUsSection .irlAboutUsBox {
  cursor: pointer;
}
.irlBlockAboutUs .irlAboutUs .irlAboutUsSection .irlAboutUsBox:hover {
  color: #EB4D36;
}
.irlBlockAboutUs .irlAboutUs .irlAboutUsSection .irlAboutUsBox:hover img {
  animation: scaling infinite 1.5s linear;
}
@keyframes scaling {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
.irlBlockAboutUs .irlAboutUs .irlAboutUsSection .circle img {
  width: 46px;
}
.irlBlockAboutUs .irlAboutUs .irlAboutUsSection .smallLogo img {
  width: 12px;
}
.irlBlockAboutUs .irlAboutUs .irlAboutUsSection .bigLogo img {
  width: 22px;
}
.irlBlockAboutUs .irlAboutUs .irlAboutUsSection .irlImgText p {
  padding-top: 7px;
}
.irlBlockAboutUs .irlAboutUs .irlAboutUsSection .irlBrand {
  position: absolute;
  left: 12px;
  top: 185px;
}
.irlBlockAboutUs .irlAboutUs .irlAboutUsSection .irlBrandActivations {
  position: absolute;
  left: 125px;
  top: -40px;
}
.irlBlockAboutUs .irlAboutUs .irlAboutUsSection .irlStrategicConsultation {
  position: absolute;
  left: 130px;
  top: 207px;
}
.irlBlockAboutUs .irlAboutUs .irlAboutUsSection .irlBusinessObjectives {
  position: absolute;
  left: 17px;
  top: 392px;
}
.irlBlockAboutUs .irlAboutUs .irlAboutUsSection .irlDigitalSolutions {
  position: absolute;
  left: 346px;
  top: 66px;
}
.irlBlockAboutUs .irlAboutUs .irlAboutUsSection .irlIntegratedSolutions {
  position: absolute;
  left: 309px;
  top: 273px;
}
.irlBlockAboutUs .irlAboutUs .irlAboutUsSection .irlTechnologyData {
  position: absolute;
  left: 360px;
  top: 444px;
}
.irlBlockAboutUs .irlAboutUs .irlAboutUsSection .irlCreativeDevelopment {
  position: absolute;
  left: 439px;
  top: 143px;
}
.irlBlockAboutUs .irlAboutUs .irlAboutUsSection .irlOperationExecution {
  position: absolute;
  left: 597px;
  top: 23px;
}
.irlBlockAboutUs .irlAboutUs .irlAboutUsSection .irlTradeEvents {
  position: absolute;
  left: 710px;
  top: 100px;
}
.irlBlockAboutUs .irlAboutUs .irlAboutUsSection .irlMarketingCommunication {
  position: absolute;
  left: 590px;
  top: 209px;
}
.irlBlockAboutUs .irlAboutUs .irlAboutUsSection .irlMice {
  position: absolute;
  left: 680px;
  top: 362px;
}
.irlBlockAboutUs .irlAboutUs .irlAboutUsSection .irlB2B {
  position: absolute;
  left: 761px;
  top: 290px;
}
.irlBlockAboutUs .irlAboutUs .irlAboutUsSection .irlAudience {
  position: absolute;
  left: 876px;
  top: 177px;
}
.irlBlockAboutUs .irlAboutUs .irlAboutUsSection .line {
  position: absolute;
  border-left: 1px solid #B3B3B3;
  z-index: 2;
}
.irlBlockAboutUs .irlAboutUs .irlAboutUsSection .irlLine1 {
  height: 294px;
  transform: rotate(39deg);
  left: 133px;
  top: -33px;
}
.irlBlockAboutUs .irlAboutUs .irlAboutUsSection .irlLine2 {
  height: 244px;
  left: 226px;
  top: 1px;
}
.irlBlockAboutUs .irlAboutUs .irlAboutUsSection .irlLine3 {
  height: 182px;
  transform: rotate(94deg);
  left: 130px;
  top: 146px;
}
.irlBlockAboutUs .irlAboutUs .irlAboutUsSection .irlLine4 {
  height: 200px;
  transform: rotate(151deg);
  left: 87px;
  top: 215px;
}
.irlBlockAboutUs .irlAboutUs .irlAboutUsSection .irlLine5 {
  height: 180px;
  transform: rotate(29deg);
  left: 180px;
  top: 235px;
}
.irlBlockAboutUs .irlAboutUs .irlAboutUsSection .irlLine6 {
  height: 210px;
  transform: rotate(121deg);
  left: 316px;
  top: -51px;
}
.irlBlockAboutUs .irlAboutUs .irlAboutUsSection .irlLine7 {
  height: 220px;
  transform: rotate(55deg);
  left: 317px;
  top: 69px;
}
.irlBlockAboutUs .irlAboutUs .irlAboutUsSection .irlLine8 {
  height: 205px;
  transform: rotate(186deg);
  left: 405px;
  top: 115px;
}
.irlBlockAboutUs .irlAboutUs .irlAboutUsSection .irlLine9 {
  height: 175px;
  transform: rotate(114deg);
  left: 310px;
  top: 193px;
}
.irlBlockAboutUs .irlAboutUs .irlAboutUsSection .irlLine10 {
  height: 292px;
  transform: rotate(100deg);
  left: 281px;
  top: 286px;
}
.irlBlockAboutUs .irlAboutUs .irlAboutUsSection .irlLine11 {
  height: 295px;
  transform: rotate(136deg);
  left: 328px;
  top: 203px;
}
.irlBlockAboutUs .irlAboutUs .irlAboutUsSection .irlLine12 {
  height: 140px;
  transform: rotate(164deg);
  left: 413px;
  top: 313px;
}
.irlBlockAboutUs .irlAboutUs .irlAboutUsSection .irlLine13 {
  height: 130px;
  transform: rotate(125deg);
  left: 468px;
  top: 81px;
}
.irlBlockAboutUs .irlAboutUs .irlAboutUsSection .irlLine14 {
  height: 185px;
  transform: rotate(46deg);
  left: 458px;
  top: 165px;
}
.irlBlockAboutUs .irlAboutUs .irlAboutUsSection .irlLine15 {
  height: 265px;
  transform: rotate(81deg);
  left: 548px;
  top: -44px;
}
.irlBlockAboutUs .irlAboutUs .irlAboutUsSection .irlLine16 {
  height: 205px;
  transform: rotate(54deg);
  left: 606px;
  top: 28px;
}
.irlBlockAboutUs .irlAboutUs .irlAboutUsSection .irlLine17 {
  height: 265px;
  transform: rotate(126deg);
  left: 796px;
  top: 12px;
}
.irlBlockAboutUs .irlAboutUs .irlAboutUsSection .irlLine18 {
  height: 300px;
  transform: rotate(178deg);
  left: 696px;
  top: 72px;
}
.irlBlockAboutUs .irlAboutUs .irlAboutUsSection .irlLine19 {
  height: 295px;
  transform: rotate(112deg);
  left: 674px;
  top: 98px;
}
.irlBlockAboutUs .irlAboutUs .irlAboutUsSection .irlLine20 {
  height: 255px;
  transform: rotate(137deg);
  left: 612px;
  top: 152px;
}
.irlBlockAboutUs .irlAboutUs .irlAboutUsSection .irlLine21 {
  height: 305px;
  transform: rotate(101deg);
  left: 549px;
  top: 194px;
}
.irlBlockAboutUs .irlAboutUs .irlAboutUsSection .irlLine22 {
  height: 275px;
  transform: rotate(72deg);
  left: 567px;
  top: 282px;
}
.irlBlockAboutUs .irlAboutUs .irlAboutUsSection .irlLine23 {
  height: 225px;
  transform: rotate(84deg);
  left: 800px;
  top: 130px;
}
.irlBlockAboutUs .irlAboutUs .irlAboutUsSection .irlLine24 {
  height: 235px;
  transform: rotate(56deg);
  left: 800px;
  top: 190px;
}
.irlBlockAboutUs .irlAboutUs .irlAboutUsSection .irlLine25 {
  height: 275px;
  transform: rotate(81deg);
  left: 666px;
  top: 28px;
}
.irlBlockAboutUs .irlAboutUs .irlAboutUsSection .irlLine26 {
  height: 155px;
  transform: rotate(43deg);
  left: 745px;
  top: 125px;
}
.irlBlockAboutUs .irlAboutUsText {
  position: relative;
  font-size: 33px;
  font-weight: 300;
  text-align: right;
  padding-right: 60px;
  padding-top: 30px;
  z-index: 2;
}
.irlBlockAboutUs .irlAboutUsAccordion {
  position: relative;
  z-index: 2;
  padding-top: 150px;
  max-width: 600px;
  margin: 0 auto;
}
.irlBlockAboutUs .irlAboutUsAccordion .accordion-item {
  border: none;
}
.irlBlockAboutUs .irlAboutUsAccordion .accordion-button {
  font-size: 38px;
  font-weight: bold;
  padding: 25px 0;
  border-bottom: 1px solid #EB4D36;
}
.irlBlockAboutUs .irlAboutUsAccordion .accordion-button:focus {
  border-color: #EB4D36;
  box-shadow: none;
}
.irlBlockAboutUs .irlAboutUsAccordion .accordion-button:after {
  background-image: url("/img/arrow-down.png");
  background-size: 30px;
  width: 30px;
  height: 20px;
}
.irlBlockAboutUs .irlAboutUsAccordion .accordion-button:not(.collapsed) {
  background-color: transparent;
  box-shadow: none;
  color: #EB4D36;
}
.irlBlockAboutUs .irlAboutUsAccordion .accordion-body {
  font-size: 23px;
  font-weight: 300;
  padding: 24px 0;
}
.irlBlockAboutUs .irlAboutUsLeftBg {
  position: absolute;
  top: 900px;
  left: 0;
  width: 210px;
  height: 900px;
}
.irlBlockAboutUs .irlAboutUsLeftBg img {
  width: 100%;
  height: 100%;
}
.irlBlockAboutUs .irlAboutUsRightBg {
  position: absolute;
  top: 1200px;
  right: 0;
  width: 300px;
  height: 550px;
}
.irlBlockAboutUs .irlAboutUsRightBg img {
  width: 100%;
  height: 100%;
}

@media only screen and (max-width: 1200px) {
  .irlBlockAboutUs {
    zoom: 0.9;
  }
  .irlBlockAboutUs .accordion {
    padding: 20px;
    background-color: #FFFFFF;
  }
  .irlBlockAboutUs .irlAboutUsAccordion {
    max-width: 580px;
    padding-top: 120px;
  }
  .irlBlockAboutUs .irlAboutUsTitle, .irlBlockAboutUs .irlAboutUsText {
    font-size: 30px !important;
  }
}
@media only screen and (max-width: 1013px) {
  .irlBlockAboutUs {
    zoom: 0.8;
    padding-top: 140px;
    margin-top: -70px;
  }
}
@media only screen and (max-width: 950px) {
  .irlBlockAboutUs {
    zoom: 0.7;
    padding-top: 160px;
    margin-top: -90px;
  }
}
@media only screen and (max-width: 850px) {
  .irlBlockAboutUs {
    zoom: 0.6;
    padding-top: 200px;
    margin-top: -130px;
  }
  .irlBlockAboutUs .irlAboutUsAccordion {
    max-width: 580px;
    padding-top: 90px;
  }
}
@media only screen and (max-width: 730px) {
  .irlBlockAboutUs {
    height: 1900px;
  }
  .irlBlockAboutUs .irlAboutUsLeftBg {
    top: 1000px;
  }
}
@media only screen and (max-width: 660px) {
  .irlBlockAboutUs {
    zoom: 0.5;
    padding-top: 240px;
    margin-top: -170px;
  }
  .irlBlockAboutUs .irlAboutUsRightBg {
    top: 1250px;
    width: 200px;
    height: 450px;
  }
}
@media only screen and (max-width: 480px) {
  .irlBlockAboutUs {
    zoom: 0.4;
    padding-top: 210px;
    margin-top: -140px;
  }
}
@media only screen and (max-width: 380px) {
  .irlBlockAboutUs {
    zoom: 0.3;
    padding-top: 290px;
    margin-top: -240px;
    height: 2000px;
  }
  .irlBlockAboutUs .irlAboutUsLeftBg {
    top: 1100px;
  }
  .irlBlockAboutUs .irlAboutUsRightBg {
    top: 1300px;
  }
}
@media only screen and (max-width: 290px) {
  .irlBlockAboutUs {
    zoom: 0.2;
    padding-top: 470px;
    margin-top: -420px;
    height: 2100px;
  }
  .irlBlockAboutUs .irlAboutUsLeftBg {
    top: 1200px;
  }
  .irlBlockAboutUs .irlAboutUsRightBg {
    top: 1450px;
  }
}
.irlBlockBanner {
  position: relative;
  max-width: 1440px;
  margin: 0 auto;
}
.irlBlockBanner #header.non-active {
  background-color: transparent;
}
.irlBlockBanner #header.active {
  background-color: #FFFFFF;
}
.irlBlockBanner .irlHeader {
  position: fixed;
  top: 0;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 30px 50px;
  z-index: 5;
}
.irlBlockBanner .irlHeader .irlHeaderRow {
  display: flex;
  justify-content: space-between;
}
.irlBlockBanner .irlHeader .irlHeaderRow .irlLogo {
  width: 120px;
}
.irlBlockBanner .irlHeader .irlHeaderRow .irlMenu {
  width: 40px;
  cursor: pointer;
}
.irlBlockBanner .irlHeader .irlHeaderRow img {
  width: 100%;
}
.irlBlockBanner .irlHeader .navbar-collapse {
  text-align: right;
  font-size: 28px;
  font-weight: bold;
  padding: 0 10px;
}
.irlBlockBanner .irlHeader .navbar-collapse .navbarItem {
  cursor: pointer;
}
.irlBlockBanner .irlHeader .navbar-collapse .navbarItem a, .irlBlockBanner .irlHeader .navbar-collapse .navbarItem a:hover {
  color: #201D1D;
  text-decoration: none;
}
.irlBlockBanner .irlBannerImage .container {
  max-width: 1440px;
  padding: 0;
}
.irlBlockBanner .irlBannerImage .row {
  margin: 0;
}
.irlBlockBanner .irlBannerImage .row div {
  padding: 0;
}
.irlBlockBanner .irlImageSlider {
  position: relative;
  width: 100%;
  height: 750px;
  overflow: hidden;
}
.irlBlockBanner .irlImageSlider img {
  opacity: 0;
  position: absolute;
  right: -130px;
  height: 100%;
  transition: opacity 0.5s;
}
.irlBlockBanner .irlImageSlider img.active {
  opacity: 1;
}
.irlBlockBanner .irlBannerTitle {
  position: relative;
  font-size: 60px;
  font-weight: 300;
  text-transform: uppercase;
  margin-top: -300px;
  padding-left: 60px;
  line-height: 1.2;
  letter-spacing: 0.5px;
  z-index: 2;
}
.irlBlockBanner .irlBannerTitle .red {
  color: #EB4D36;
  font-weight: bold;
}
.irlBlockBanner .irlBannerDesc {
  position: relative;
  padding-top: 40px;
  font-size: 33px;
  font-weight: 300;
  text-align: right;
}
.irlBlockBanner .irlBannerDesc .row div {
  padding: 0;
}
.irlBlockBanner .irlBannerDesc img {
  height: 307px;
}
.irlBlockBanner .irlBannerDesc p {
  position: absolute;
  top: 100px;
  padding-right: 60px;
}

@media only screen and (max-width: 1200px) {
  .irlBlockBanner .irlBannerTitle {
    font-size: 50px;
  }
  .irlBlockBanner .irlBannerTitle .red {
    color: #EB4D36;
    font-weight: bold;
  }
  .irlBlockBanner .irlBannerDesc {
    font-size: 27px;
  }
  .irlBlockBanner .irlBannerDesc img {
    height: 260px;
  }
}
@media only screen and (max-width: 992px) {
  .irlBlockBanner .irlImageSlider img {
    width: 100%;
    height: auto;
  }
  .irlBlockBanner .irlBannerTitle {
    font-size: 35px;
    padding-left: 0;
  }
  .irlBlockBanner .irlBannerDesc p {
    padding: 0 15px;
  }
}
@media only screen and (max-width: 600px) {
  .irlBlockBanner .irlHeader {
    padding: 20px 20px;
  }
  .irlBlockBanner .irlHeader .irlLogo {
    width: 100px !important;
  }
  .irlBlockBanner .irlHeader .irlMenu {
    width: 30px !important;
  }
  .irlBlockBanner .irlImageSlider img {
    width: 120%;
  }
  .irlBlockBanner .irlBannerDesc img {
    width: 100%;
    height: auto;
  }
  .irlBlockBanner .irlBannerDesc p {
    top: 55px;
  }
}
@media only screen and (max-width: 500px) {
  .irlBlockBanner .irlImageSlider img {
    width: 130%;
  }
  .irlBlockBanner .irlBannerTitle {
    font-size: 25px;
    padding-left: 0;
    margin-top: -350px;
  }
  .irlBlockBanner .irlBannerDesc {
    font-size: 20px;
  }
}
@media only screen and (max-width: 375px) {
  .irlBlockBanner .irlBannerTitle {
    margin-top: -500px;
  }
  .irlBlockBanner .irlBannerDesc {
    font-size: 15px;
  }
  .irlBlockBanner .irlBannerDesc p {
    top: 50px;
  }
}
.irlBlockAchievement {
  position: relative;
  max-width: 1440px;
  margin: 0 auto;
  padding-top: 100px;
}
.irlBlockAchievement .irlRedBg {
  position: relative;
  margin-left: auto;
  height: 750px;
  background-color: #EB4D36;
}
.irlBlockAchievement .irlRedBg .irlWhiteBg {
  position: relative;
  background-color: white;
  border-bottom-right-radius: 55%;
  height: 670px;
  width: calc(100% - 300px);
}
.irlBlockAchievement .irlRedBg .irlWhiteBg .irlAchievementText {
  position: relative;
  padding-top: 30px;
  font-size: 42px;
  font-weight: 300;
  text-align: center;
}
.irlBlockAchievement .irlRedBg .irlWhiteBg .irlAchievementText .red {
  color: #EB4D36;
  font-weight: bold;
  text-transform: uppercase;
}
.irlBlockAchievement .irlRedBg .irlWhiteBg .irlAchievementText .irlAchievementTitle {
  position: relative;
  text-transform: uppercase;
}
.irlBlockAchievement .irlRedBg .irlWhiteBg .irlAchievementText .irlVerticalLine {
  position: absolute;
  margin-top: 10px;
  left: 50%;
  border-left: 1px solid #201D1D;
  height: 170px;
}
.irlBlockAchievement .irlRedBg .irlWhiteBg .irlAchievementText .irlAchievementDesc {
  position: relative;
  width: 100%;
  height: 200px;
  top: 200px;
  overflow: hidden;
}
.irlBlockAchievement .irlRedBg .irlWhiteBg .irlAchievementText .irlAchievementDesc .irlDescBox {
  opacity: 0;
  position: absolute;
  left: 0;
  right: 0;
  transition: opacity 0.5s;
}
.irlBlockAchievement .irlRedBg .irlWhiteBg .irlAchievementText .irlAchievementDesc .irlDescBox.active {
  opacity: 1;
  z-index: 1;
}

@media only screen and (max-width: 1200px) {
  .irlBlockAchievement {
    zoom: 0.9;
  }
}
@media only screen and (max-width: 1013px) {
  .irlBlockAchievement {
    zoom: 0.8;
  }
}
@media only screen and (max-width: 950px) {
  .irlBlockAchievement {
    zoom: 0.7;
  }
}
@media only screen and (max-width: 660px) {
  .irlBlockAchievement {
    zoom: 0.5;
  }
}
@media only screen and (max-width: 480px) {
  .irlBlockAchievement {
    zoom: 0.4;
  }
}
@media only screen and (max-width: 380px) {
  .irlBlockAchievement {
    zoom: 0.3;
  }
}
@media only screen and (max-width: 290px) {
  .irlBlockAchievement {
    zoom: 0.2;
  }
}
.irlBlockContactUs {
  position: relative;
  max-width: 1440px;
  margin: 0 auto;
  padding-top: 120px;
  margin-top: -70px;
}
.irlBlockContactUs .nav .nav-link {
  color: #201D1D;
  border-radius: 0;
  padding: 12px 0px;
  font-size: 22px;
  font-weight: bold;
  cursor: pointer;
}
.irlBlockContactUs .nav .nav-link.active {
  color: #FFFFFF;
  background-color: #EB4D36;
}
.irlBlockContactUs .nav #contactUsTab {
  border-top-right-radius: 30px;
}
.irlBlockContactUs .nav #jobsTab {
  border-top-left-radius: 30px;
}
.irlBlockContactUs .tab-pane {
  background-color: #F5F5F5;
  padding: 40px 30px 70px;
}
.irlBlockContactUs .tab-pane .irlTitle {
  font-size: 44px;
  font-weight: 300;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 1px;
  line-height: 1.2;
  margin-bottom: 0;
}
.irlBlockContactUs .tab-pane .irlTitle .red {
  color: #EB4D36;
  font-weight: bold;
}
.irlBlockContactUs .tab-pane .irlDesc {
  text-align: center;
  padding: 10px 0 30px;
  margin-bottom: 0;
}
.irlBlockContactUs .tab-pane label {
  color: #EB4D36;
  font-weight: bold;
  margin-bottom: 10px;
}
.irlBlockContactUs .tab-pane input, .irlBlockContactUs .tab-pane textarea {
  border: 1px solid #EB4D36;
  padding: 10px 20px;
  color: #B3B3B3;
  font-size: 15px;
  font-weight: 300;
  border-bottom-right-radius: 50px;
}
.irlBlockContactUs .tab-pane .form-control:focus {
  box-shadow: none !important;
}
.irlBlockContactUs #contactus {
  border-top-right-radius: 300px;
}
.irlBlockContactUs #contactus .irlForm {
  max-width: 1100px;
  margin: 0 auto;
}
.irlBlockContactUs #contactus .row {
  --bs-gutter-x: 120px;
}
.irlBlockContactUs #contactus .row div {
  padding-bottom: 30px;
}
.irlBlockContactUs #contactus #alert {
  color: #EB4D36;
  text-align: center;
  padding-bottom: 30px;
}
.irlBlockContactUs #contactus .irlSubmit {
  width: 220px;
  margin: 0 auto;
  text-align: center;
  background-color: #EB4D36;
  color: #FFFFFF;
  font-weight: bold;
  padding: 10px;
  border-top-left-radius: 50px;
  border-bottom-right-radius: 50px;
  cursor: pointer;
}
.irlBlockContactUs #contactus .irlSubmit p {
  margin: 0;
}
.irlBlockContactUs #jobs {
  border-top-left-radius: 300px;
  padding-bottom: 151px;
}
.irlBlockContactUs #jobs .irlDesc {
  max-width: 600px;
  margin: 0 auto;
}
.irlBlockContactUs #jobs .irlJobListRow {
  align-items: center;
}
.irlBlockContactUs #jobs .irlJobListRow .irlJobList {
  display: flex;
}
.irlBlockContactUs #jobs .irlJobListRow .irlJobList .slick-track {
  display: flex !important;
}
.irlBlockContactUs #jobs .irlJobListRow .irlJobList .slick-slide {
  margin: 0 20px;
  height: inherit !important;
}
.irlBlockContactUs #jobs .irlJobListRow .irlJobList .slick-arrow {
  display: none;
}
.irlBlockContactUs #jobs .irlJobListRow .irlJobList .slick-arrow.slick-hidden {
  display: block !important;
}
.irlBlockContactUs #jobs .irlJobListRow .irlArrowLeft, .irlBlockContactUs #jobs .irlJobListRow .irlArrowRight {
  text-align: center;
}
.irlBlockContactUs #jobs .irlJobListRow #arrowLeftImg, .irlBlockContactUs #jobs .irlJobListRow #arrowRightImg {
  display: block;
  width: 25px;
  cursor: pointer;
}

@media only screen and (max-width: 992px) {
  .irlBlockContactUs #contactus .row {
    --bs-gutter-x: 10px;
  }
}
@media only screen and (max-width: 800px) {
  .irlBlockContactUs #jobs .irlTitle, .irlBlockContactUs #jobs .irlDesc {
    max-width: 80%;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 576px) {
  .irlBlockContactUs .irlTitle {
    font-size: 30px !important;
  }
  .irlBlockContactUs .irlJobPosition {
    font-size: 26px !important;
  }
  .irlBlockContactUs #contactus {
    border-top-right-radius: 200px;
  }
  .irlBlockContactUs #jobs {
    border-top-left-radius: 200px;
  }
}
@media only screen and (max-width: 390px) {
  .irlBlockContactUs {
    zoom: 0.6;
  }
}
.irlBlockJobItem {
  text-align: right;
  font-weight: 300;
  padding: 40px 30px 25px;
  border: 1px solid #EB4D36;
  background-color: #FFFFFF;
  border-top-left-radius: 140px;
  border-bottom-right-radius: 40px;
}
.irlBlockJobItem .irlJobDept {
  font-size: 18px;
}
.irlBlockJobItem .irlHorizontalLine {
  width: 100px;
  margin-left: auto;
  padding-bottom: 15px;
  border-top: 1px solid #EB4D36;
}
.irlBlockJobItem .irlJobPosition {
  font-size: 30px;
  font-weight: bold;
  color: #EB4D36;
  line-height: 1.2;
  text-transform: uppercase;
  padding-bottom: 10px;
}
.irlBlockJobItem .irlJobDesc {
  font-size: 15.5px;
  padding-bottom: 10px;
}
.irlBlockJobItem .irlJobBtn {
  width: 150px;
  margin-left: auto;
  text-align: center;
  background-color: #EB4D36;
  color: #FFFFFF;
  font-weight: bold;
  padding: 10px;
  border-top-left-radius: 50px;
  border-bottom-right-radius: 50px;
  cursor: pointer;
}
.irlBlockJobItem .irlJobBtn p {
  margin: 0;
}
.irlBlockJobItem .irlJobBtn a, .irlBlockJobItem .irlJobBtn a:hover {
  color: #FFFFFF;
  text-decoration: none;
}
.irlBlockJobItem .irlJobBtn a:focus {
  outline: none;
}

.irlBlockMission {
  position: relative;
  max-width: 1440px;
  margin: 0 auto;
  margin-top: 70px;
}
.irlBlockMission .irlMissionBackground {
  background: url("/img/mission-bg.png") no-repeat;
  width: 100%;
  height: 665px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  background-size: cover;
}
.irlBlockMission .irlMissionBackground .irlMissionRow {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  -moz-column-gap: 50px;
       column-gap: 50px;
}
.irlBlockMission .irlMissionBackground .irlMissionRow .irlMissionLogo {
  width: 400px;
  opacity: 0;
}
.irlBlockMission .irlMissionBackground .irlMissionRow .irlMissionLogo img {
  width: 100%;
}
.irlBlockMission .irlMissionBackground .irlMissionRow .irlMissionLogo.fadeInVisible {
  animation: fadeInLeft 1s ease-in-out forwards;
}
.irlBlockMission .irlMissionBackground .irlMissionRow .irlMissionText {
  font-size: 60px;
  font-weight: 300;
  color: #FFFFFF;
  text-align: right;
  text-transform: uppercase;
  padding-right: 50px;
  max-width: 800px;
  opacity: 0;
}
.irlBlockMission .irlMissionBackground .irlMissionRow .irlMissionText .red {
  color: #EB4D36;
  font-weight: bold;
}
.irlBlockMission .irlMissionBackground .irlMissionRow .irlMissionText p {
  margin-bottom: 0;
  line-height: 1.2;
}
.irlBlockMission .irlMissionBackground .irlMissionRow .irlMissionText p + p {
  padding-top: 70px;
}
.irlBlockMission .irlMissionBackground .irlMissionRow .irlMissionText.fadeInVisible {
  animation: fadeInRight 1s ease-in-out forwards;
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translateX(-200px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translateX(200px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@media only screen and (max-width: 1200px) {
  .irlBlockMission {
    zoom: 0.9;
  }
  .irlBlockMission .irlMissionText {
    font-size: 50px !important;
  }
}
@media only screen and (max-width: 1013px) {
  .irlBlockMission {
    zoom: 0.8;
  }
}
@media only screen and (max-width: 950px) {
  .irlBlockMission {
    zoom: 0.7;
  }
}
@media only screen and (max-width: 850px) {
  .irlBlockMission {
    zoom: 0.6;
  }
}
@media only screen and (max-width: 660px) {
  .irlBlockMission {
    zoom: 0.5;
  }
  .irlBlockMission .irlMissionText {
    font-size: 45px !important;
  }
}
@media only screen and (max-width: 480px) {
  .irlBlockMission {
    zoom: 0.4;
  }
}
@media only screen and (max-width: 380px) {
  .irlBlockMission {
    zoom: 0.3;
  }
}
@media only screen and (max-width: 290px) {
  .irlBlockMission {
    zoom: 0.2;
  }
}
.irlHotshoesBlockHeader .irlHotshoesHeaderNavigation {
  padding-right: 20px;
  font-family: "Poppins", sans-serif;
  font-size: 15px;
}

.irlHotshoesBlockHeader .irlHotshoesHeaderNavigationLink {
  text-decoration: none;
}

@media (max-width: 767px) {
  .irlHotshoesBlockHeader .irlHotshoesHeaderNavigationLink {
    text-align: right;
  }
}
@media only screen and (max-width: 576px) {
  .irlHotshoesBlockHeader .irlHotshoesHeaderSidebar {
    display: none;
  }
}
.irlBlockHotshoesFooter .irlHotshoesFooterLink {
  font-family: "Poppins", sans-serif;
  font-size: 13px;
  padding-right: 70px;
  color: black;
}

.irlBlockHotshoesFooter .irlHotshoesFooterLinkLast {
  font-family: "Poppins", sans-serif;
  font-size: 13px;
  color: black;
}

.irlBlockHotshoesFooter .irlHotshoesFooterIcon {
  padding-right: 20px;
}

.irlBlockHotshoesFooter .irlHotshoesFooterAddressText,
.irlBlockHotshoesFooter .irlHotshoesFooterContactText {
  font-family: "Poppins", sans-serif;
  font-size: 15px;
}

.irlBlockHotshoesFooter .irlHotshoesFooterCopyrightText {
  font-family: "Poppins", sans-serif;
  color: black;
  font-size: 15px;
  font-weight: 500;
  text-align: right;
}

.irlBlockHotshoesFooter .irlHotshoesFooterLinkAlign {
  text-align: right;
}

.irlBlockHotshoesFooter .irlHotshoesFooterIconGroup {
  text-align: right;
}

@media only screen and (max-width: 767px) {
  .irlBlockHotshoesFooter .irlHotshoesFooterIconGroup {
    text-align: left;
  }
}
@media only screen and (max-width: 576px) {
  .irlBlockHotshoesFooter .irlHotshoesFooterLinkAlign {
    text-align: left;
    padding-top: 30px;
  }
  .irlBlockHotshoesFooter .irlHotshoesFooterIconGroup {
    padding-top: 10px;
    text-align: left;
  }
  .irlBlockHotshoesFooter .irlHotshoesFooterCopyrightText {
    text-align: left;
  }
  .irlBlockHotshoesFooter .irllHotshoesFooterContact,
  .irlBlockHotshoesFooter .irlHotshoesFooterAddressText {
    padding-top: 10px;
  }
}
.irlBlockHotshoesFirstBlock .irlBlockHotshoesFirstBlockContainer {
  position: relative;
}
.irlBlockHotshoesFirstBlock .irlHotshoes1ContentContainer {
  max-width: 70%;
}
@media screen and (max-width: 1200px) {
  .irlBlockHotshoesFirstBlock .irlHotshoes1ContentContainer {
    max-width: 60%;
  }
}
@media screen and (max-width: 991px) {
  .irlBlockHotshoesFirstBlock .irlHotshoes1ContentContainer {
    max-width: 100%;
  }
}
.irlBlockHotshoesFirstBlock .irlHotshoes1ContentHeaderText {
  color: red;
}
.irlBlockHotshoesFirstBlock .irlHotshoes1ImageContainer {
  max-width: 60%;
  position: absolute;
  right: 0;
  top: 20px;
}
@media screen and (max-width: 1439px) {
  .irlBlockHotshoesFirstBlock .irlHotshoes1ImageContainer {
    top: 60px;
  }
}
@media screen and (max-width: 1200px) {
  .irlBlockHotshoesFirstBlock .irlHotshoes1ImageContainer {
    max-width: 50%;
  }
}
@media screen and (max-width: 991px) {
  .irlBlockHotshoesFirstBlock .irlHotshoes1ImageContainer {
    max-width: 100%;
    position: unset;
    right: unset;
    top: unset;
  }
}
.irlBlockHotshoesFirstBlock .irlHotshoes1Image {
  width: 100%;
  max-width: 650px;
}
@media screen and (max-width: 1400px) {
  .irlBlockHotshoesFirstBlock .irlHotshoes1Image {
    max-width: 550px;
  }
}
@media screen and (max-width: 1200px) {
  .irlBlockHotshoesFirstBlock .irlHotshoes1Image {
    max-width: 550px;
  }
}
.irlBlockHotshoesFirstBlock .irlHotshoes1ContentHeader {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-size: 80px;
  line-height: 100px;
  color: #000000;
}
@media screen and (max-width: 1200px) {
  .irlBlockHotshoesFirstBlock .irlHotshoes1ContentHeader {
    font-size: 60px;
    line-height: 80px;
  }
}
.irlBlockHotshoesFirstBlock .irlHotshoes1ContentDescription {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 25px;
  color: #000000;
  max-width: 65%;
}
.irlBlockHotshoesFirstBlock .irlHotshoes1ContentDescription .irlHotshoes1ContentDescriptionBold {
  color: #ED1C24;
}
.irlBlockHotshoesFirstBlock .irlHotshoes1ContentButtonContainer .irlHotshoes1ContentButtonLink {
  text-decoration: none;
  cursor: pointer;
}
.irlBlockHotshoesFirstBlock .irlHotshoes1ContentButtonContainer .irlHotshoes1ContentButtonLink .irlHotshoes1ContentButton {
  background: #000000;
  border-radius: 30px;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 25px;
  text-align: center;
  color: #FFFFFF;
  width: -moz-fit-content;
  width: fit-content;
  padding: 10px 50px;
  transition: all 0.5s ease;
}
.irlBlockHotshoesFirstBlock .irlHotshoes1ContentButtonContainer .irlHotshoes1ContentButtonLink:hover .irlHotshoes1ContentButton {
  background: #ED1C24;
  transform: translateX(10px);
}

.irlBlockHotshoesSecondBlock {
  background-image: url("/img/hotshoes/map.png");
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  padding-bottom: 400px;
}

.irlBlockHotshoesSecondBlock .irlHotshoes2Image1 {
  max-width: 100%;
}

.irlBlockHotshoesSecondBlock .irlHotshoes2Text {
  padding: 10px;
}

.irlBlockHotshoesSecondBlock .irlHotshoes2Paragraph {
  padding-left: 600px;
  padding-right: 200px;
  padding-top: 100px;
}

.irlBlockHotshoesSecondBlock .irlHotshoes2Text h2 {
  font-family: "Poppins", sans-serif;
  font-size: 63px;
  font-weight: 1000;
  color: #000000;
  text-align: right;
}

.irlBlockHotshoesSecondBlock .irlHotshoes2Paragraph p {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #000000;
  text-align: left;
}

@media only screen and (max-width: 1399px) {
  .irlBlockHotshoesSecondBlock .irlHotshoes2Paragraph {
    padding-left: 500px;
    padding-right: 100px;
  }
}
@media only screen and (max-width: 1200px) {
  .irlBlockHotshoesSecondBlock {
    padding-bottom: 200px;
  }
  .irlBlockHotshoesSecondBlock .irlHotshoes2Text h2 {
    font-size: 44px;
  }
  .irlBlockHotshoesSecondBlock .irlHotshoes2Paragraph {
    padding-left: 500px;
    padding-right: 150px;
  }
  .irlBlockHotshoesSecondBlock .irlHotshoes2Paragraph p {
    font-size: 13px;
  }
}
@media only screen and (max-width: 991px) {
  .irlBlockHotshoesSecondBlock {
    padding-bottom: 280px;
  }
  .irlBlockHotshoesSecondBlock .irlHotshoes2Paragraph {
    padding-left: 300px;
    padding-right: 90px;
  }
}
@media only screen and (max-width: 912px) {
  .irlBlockHotshoesSecondBlock .irlHotshoes2Text h2 {
    font-size: 34px;
  }
}
@media only screen and (max-width: 861px) {
  .irlBlockHotshoesSecondBlock .irlHotshoes2Text h2 {
    font-size: 33px;
  }
}
@media only screen and (max-width: 768px) {
  .irlBlockHotshoesSecondBlock {
    padding-bottom: 200px;
  }
  .irlBlockHotshoesSecondBlock .irlHotshoes2Text h2 {
    font-size: 33px;
  }
  .irlBlockHotshoesSecondBlock .irlHotshoes2Paragraph p {
    font-size: 9px;
    line-height: 15px;
  }
  .irlBlockHotshoesSecondBlock .irlHotshoes2Paragraph {
    padding-left: 300px;
    padding-right: 90px;
    padding-top: 30px;
  }
}
@media only screen and (max-width: 576px) {
  .irlBlockHotshoesSecondBlock {
    padding-bottom: 120px;
  }
  .irlBlockHotshoesSecondBlock .irlHotshoes2Text h2 {
    font-size: 27px;
  }
  .irlBlockHotshoesSecondBlock .irlHotshoes2Paragraph p {
    font-size: 6px;
    line-height: 9px;
  }
  .irlBlockHotshoesSecondBlock .irlHotshoes2Paragraph {
    padding-left: 300px;
    padding-right: 90px;
    padding-top: 20px;
  }
}
@media only screen and (max-width: 548px) {
  .irlBlockHotshoesSecondBlock .irlHotshoes2Paragraph {
    padding-left: 230px;
    padding-right: 80px;
  }
}
@media only screen and (max-width: 443px) {
  .irlBlockHotshoesSecondBlock .irlHotshoes2Text h2 {
    font-size: 20px;
  }
  .irlBlockHotshoesSecondBlock .irlHotshoes2Paragraph {
    padding-left: 200px;
    padding-right: 60px;
  }
}
@media only screen and (max-width: 425px) {
  .irlBlockHotshoesSecondBlock .irlHotshoes2Text h2 {
    font-size: 18px;
  }
  .irlBlockHotshoesSecondBlock .irlHotshoes2Paragraph {
    padding-left: 200px;
    padding-right: 60px;
  }
}
@media only screen and (max-width: 376px) {
  .irlBlockHotshoesSecondBlock {
    padding-bottom: 70px;
  }
  .irlBlockHotshoesSecondBlock .irlHotshoes2Text h2 {
    font-size: 17px;
  }
  .irlBlockHotshoesSecondBlock .irlHotshoes2Paragraph {
    padding-left: 180px;
    padding-right: 30px;
  }
}
@media only screen and (max-width: 320px) {
  .irlBlockHotshoesSecondBlock .irlHotshoes2Paragraph {
    padding-left: 140px;
    padding-right: 30px;
  }
  .irlBlockHotshoesSecondBlock .irlHotshoes2Paragraph p {
    font-size: 5px;
    line-height: 8px;
  }
}
.irlBlockHotshoesThirdBlock {
  padding-bottom: 50px;
}

.irlBlockHotshoesThirdBlock .irlHotshoes3Header {
  font-family: "Poppins", sans-serif;
  font-size: 59px;
  font-weight: 700;
  padding-bottom: 20px;
  padding-top: 30px;
}

.irlBlockHotshoesThirdBlock .irlHotshoes3Align2 {
  padding-right: 0px;
  text-align: end;
}

.irlBlockHotshoesThirdBlock .irlHotshoes3TextOverlay {
  margin-top: 300px;
}

.irlBlockHotshoesThirdBlock .irlHotshoes3TextOverlay h2 {
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  font-weight: bolder;
  color: #000000;
}

.irlBlockHotshoesThirdBlock .irlHotshoes3TextOverlay p {
  font-family: "Poppins", sans-serif;
  font-size: 27px;
  color: #ED1C24;
  padding-bottom: 30px;
}

.irlBlockHotshoesThirdBlock .irlHotshoes3ContactUs {
  font-family: "Poppins", sans-serif;
  font-size: 30px;
}

.irlBlockHotshoesThirdBlock .irlHotshoes3ContactUsContainer {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-top: 60px;
}

.irlBlockHotshoesThirdBlock .irlHotshoes3Button {
  padding-top: 30px;
}

.irlBlockHotshoesThirdBlock .irlHotshoes3Align2 img {
  width: 55%;
}

.irlBlockHotshoesThirdBlock .irlHotshoes3Align img {
  width: 20%;
  position: absolute;
  left: 7%;
}

.irlBlockHotshoesThirdBlock .irlHotshoes3Button {
  display: flex;
  justify-content: center;
  align-items: center;
}

.irlBlockHotshoesThirdBlock .irlHotshoes3ContentButtonLink {
  cursor: pointer;
}
.irlBlockHotshoesThirdBlock .irlHotshoes3ContentButtonLink .irlHotshoes3ContentButton {
  background: red;
  border-radius: 30px;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 25px;
  text-align: center;
  color: #FFFFFF;
  width: -moz-fit-content;
  width: fit-content;
  padding: 10px 50px;
  transition: all 0.5s ease;
}
.irlBlockHotshoesThirdBlock .irlHotshoes3ContentButtonLink:hover .irlHotshoes3ContentButton {
  background: #000000;
  transform: translateY(10px);
}

.irlBlockHotshoesThirdBlock .irlHotshoes3ContentButtonLink:hover {
  text-decoration: none;
}

@keyframes slideInFromLeft {
  from {
    transform: translateX(-100%);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes slideInFromRight {
  from {
    transform: translateX(100%);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}
.irlBlockHotshoesThirdBlock .irlHotshoes3ColumnLeft {
  animation: slideInFromLeft 1s ease forwards;
}

.irlBlockHotshoesThirdBlock .irlHotshoes3ColumnRight {
  animation: slideInFromRight 1s ease forwards;
}

@media only screen and (max-width: 1399px) {
  .irlBlockHotshoesThirdBlock .irlHotshoes3Align2 img {
    width: 70%;
  }
}
@media only screen and (max-width: 1200px) {
  .irlBlockHotshoesThirdBlock .irlHotshoes3Header {
    font-size: 49px;
    padding-top: 10px;
  }
  .irlBlockHotshoesThirdBlock .irlHotshoes3ContactUsContainer {
    padding-top: 0px;
  }
  .irlBlockHotshoesThirdBlock .irlHotshoes3Align img {
    width: 25%;
  }
  .irlBlockHotshoesThirdBlock .irlHotshoes3Align2 img {
    width: 100%;
  }
}
@media only screen and (max-width: 992px) {
  .irlBlockHotshoesThirdBlock .irlHotshoes3Header {
    font-size: 37px;
  }
  .irlBlockHotshoesThirdBlock .irlHotshoes3TextOverlay p {
    font-size: 17px;
  }
  .irlBlockHotshoesThirdBlock .irlHotshoes3TextOverlay {
    margin-top: 190px;
    left: 0;
  }
  .irlBlockHotshoesThirdBlock .irlHotshoes3Align img {
    width: 23%;
  }
  .irlBlockHotshoesThirdBlock .irlHotshoes3ContactUs {
    font-size: 25px;
    text-align: center;
  }
  .irlBlockHotshoesThirdBlock .irlHotshoes3Align2 img {
    width: 85%;
  }
}
@media only screen and (max-width: 768px) {
  .irlBlockHotshoesThirdBlock .irlHotshoes3TextOverlay h2 {
    font-size: 15px;
  }
  .irlBlockHotshoesThirdBlock .irlHotshoes3TextOverlay p {
    font-size: 18px;
  }
  .irlBlockHotshoesThirdBlock .irlHotshoes3Header {
    font-size: 35px;
  }
  .irlBlockHotshoesThirdBlock .irlHotshoes3ContactUs {
    font-size: 20px;
  }
  .irlBlockHotshoesThirdBlock .irlHotshoes3Align2 img {
    width: 80%;
  }
}
@media only screen and (max-width: 576px) {
  .irlBlockHotshoesThirdBlock .irlHotshoes3Align img {
    display: none;
  }
  .irlBlockHotshoesThirdBlock .irlHotshoes3Align2 img {
    width: 100%;
  }
  .irlBlockHotshoesThirdBlock .irlHotshoes3Header {
    font-size: 25px;
    text-align: center;
    padding-bottom: 10px;
  }
  .irlBlockHotshoesThirdBlock .irlHotshoes3ContactUs {
    font-size: 15px;
  }
  .irlBlockHotshoesThirdBlock .irlHotshoes3TextOverlay h2,
  .irlBlockHotshoesThirdBlock .irlHotshoes3TextOverlay p {
    text-align: center;
  }
  .irlBlockHotshoesThirdBlock .irlHotshoes3ContactUsContainer {
    padding-top: 50px;
  }
  .irlBlockHotshoesThirdBlock .irlHotshoes3TextOverlay {
    margin-top: 100px;
    left: 0;
  }
}
@media only screen and (max-width: 375px) {
  .irlBlockHotshoesThirdBlock .irlHotshoes3Header {
    font-size: 29px;
    text-align: center;
    padding-bottom: 30px;
  }
  .irlBlockHotshoesThirdBlock .irlHotshoes3ContactUs {
    font-size: 10px;
  }
  .irlBlockHotshoesThirdBlock .irlHotshoes3TextOverlay p {
    font-size: 17px;
  }
  .irlBlockHotshoesThirdBlock .irlHotshoes3TextOverlay {
    margin-top: 100px;
  }
  .irlBlockHotshoesThirdBlock .irlHotshoes3Align2 img {
    width: 100%;
  }
}
.irlBlockHotshoesFifthBlock .irlHotshoes5Margin {
  padding-left: 20px;
  padding-right: 20px;
  border-right: 1px solid #808080;
  width: 20%;
  padding-bottom: 20px;
}

.irlBlockHotshoesFifthBlock .irlHotshoes5HeaderWordSpacing,
.irlBlockHotshoesFifthBlock .irlHotshoes5Header {
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  font-size: 27px;
  width: 105px;
}

.irlBlockHotshoesFifthBlock .irlHotshoes5RoundedButton,
.irlBlockHotshoesFifthBlock .irlHotshoes5Paragraph {
  display: none;
}

.irlBlockHotshoesFifthBlock .irlHotshoes5Paragraph:hover + .irlHotshoes5RoundedButton,
.irlBlockHotshoesFifthBlock .irlHotshoes5Margin:hover .irlHotshoes5RoundedButton {
  display: block;
  border-radius: 50%;
  background-color: black;
  border: none;
  height: 44px;
}

.irlBlockHotshoesFifthBlock .irlHotshoes5Paragraph:hover + .irlHotshoes5Paragraph,
.irlBlockHotshoesFifthBlock .irlHotshoes5Margin:hover .irlHotshoes5Paragraph {
  display: block;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 10px;
  margin-top: 10px;
  width: 100%;
  line-height: 20px;
  text-align: justify;
}

.irlBlockHotshoesFifthBlock .irlHotshoes5HeaderMobile,
.irlBlockHotshoesFifthBlock .irlHotshoes5ParagraphMobile {
  display: none;
}

.irlBlockHotshoesFifthBlock .irlHotshoes5RoundedButtonMobile {
  display: none;
}

@media only screen and (max-width: 992px) {
  .irlBlockHotshoesFifthBlock .irlHotshoes5Header {
    font-size: 15px;
    line-height: 20px;
  }
}
@media only screen and (max-width: 576px) {
  .irlBlockHotshoesFifthBlock .irlHotshoes5Header {
    font-size: 25px;
    line-height: 30px;
  }
  .irlBlockHotshoesFifthBlock .irlHotshoes5Margin {
    padding-right: 20px;
    border-bottom: 1px solid #808080;
    border-right: none;
    width: 100%;
  }
  .irlBlockHotshoesFifthBlock .irlHotshoes5Header:hover + .irlHotshoes5ParagraphLast,
  .irlBlockHotshoesFifthBlock .irlHotshoes5Header:hover + .irlHotshoes5Paragraph {
    font-size: 11px;
    line-height: 20px;
    margin-top: 10px;
    padding-right: 10px;
  }
  .irlBlockHotshoesFifthBlock .irlHotshoes5RoundedButtonMobile {
    display: block;
    border-radius: 50%;
    background-color: black;
    border: none;
    height: 44px;
  }
  .irlBlockHotshoesFifthBlock .irlHotshoes5ParagraphMobile {
    display: block;
    font-size: 13px;
    line-height: 20px;
    margin-top: 10px;
  }
  .irlBlockHotshoesFifthBlock .irlHotshoes5Paragraph:hover + .irlHotshoes5RoundedButton,
  .irlBlockHotshoesFifthBlock .irlHotshoes5Margin:hover .irlHotshoes5RoundedButton,
  .irlBlockHotshoesFifthBlock .irlHotshoes5Paragraph:hover + .irlHotshoes5Paragraph,
  .irlBlockHotshoesFifthBlock .irlHotshoes5Margin:hover .irlHotshoes5Paragraph {
    display: none;
  }
}
.irlBlockHotshoesSixthBlock {
  background-color: black;
  padding-top: 100px;
  padding-bottom: 160px;
}

.irlBlockHotshoesSixthBlock .irlHotshoes6ParagraphTextContainer {
  padding-left: 600px;
  padding-right: 350px;
  padding-top: 60px;
}

.irlBlockHotshoesSixthBlock .irlHotshoes6ParagraphText {
  color: white;
  font-family: "Poppins", sans-serif;
  font-size: 11px;
  margin-bottom: 0px;
}

.irlBlockHotshoesSixthBlock .irlHotshoes6IconContainer {
  text-align: center;
}

.irlBlockHotshoesSixthBlock .irlHotshoes6HeaderText {
  color: white;
  font-family: "Poppins", sans-serif;
  font-size: 100px;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 0px;
}

.irlBlockHotshoesSixthBlock .irlHotshoes6HeaderText2Container {
  padding-left: 250px;
}

.irlBlockHotshoesSixthBlock .irlHotshoes6HeaderText2 {
  color: white;
  font-family: "Poppins", sans-serif;
  font-size: 100px;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 0px;
}

.irlBlockHotshoesSixthBlock .irlHotshoes6Icon1,
.irlBlockHotshoesSixthBlock .irlHotshoes6Icon2,
.irlBlockHotshoesSixthBlock .irlHotshoes6Icon3 {
  margin-top: 150px;
  width: 250px;
}

@media only screen and (max-width: 1399px) {
  .irlBlockHotshoesSixthBlock .irlHotshoes6ParagraphTextContainer {
    padding-right: 250px;
  }
}
@media only screen and (max-width: 1199px) {
  .irlBlockHotshoesSixthBlock .irlHotshoes6ParagraphTextContainer {
    padding-left: 450px;
  }
}
@media only screen and (max-width: 991px) {
  .irlBlockHotshoesSixthBlock .irlHotshoes6ParagraphTextContainer {
    padding-left: 400px;
    padding-right: 100px;
  }
}
@media only screen and (max-width: 768px) {
  .irlBlockHotshoesSixthBlock .irlHotshoes6HeaderText {
    font-size: 70px;
  }
  .irlBlockHotshoesSixthBlock .irlHotshoes6HeaderText2 {
    font-size: 70px;
  }
}
@media only screen and (max-width: 767px) {
  .irlBlockHotshoesSixthBlock .irlHotshoes6ParagraphTextContainer {
    padding-left: 330px;
    padding-right: 0px;
  }
  .irlBlockHotshoesSixthBlock .irlHotshoes6HeaderTextContainer {
    padding-left: 70px;
  }
  .irlBlockHotshoesSixthBlock .irlHotshoes6HeaderText {
    font-size: 60px;
  }
  .irlBlockHotshoesSixthBlock .irlHotshoes6HeaderText2 {
    font-size: 60px;
  }
  .irlBlockHotshoesSixthBlock .irlHotshoes6ParagraphText {
    font-size: 10px;
  }
}
@media only screen and (max-width: 576px) {
  .irlBlockHotshoesSixthBlock .irlHotshoes6HeaderText2 {
    font-size: 60px;
  }
  .irlBlockHotshoesSixthBlock .irlHotshoes6HeaderText {
    font-size: 60px;
  }
  .irlBlockHotshoesSixthBlock .irlHotshoes6HeaderText2Container {
    padding-left: 200px;
  }
  .irlBlockHotshoesSixthBlock .irlHotshoes6ParagraphTextContainer {
    padding-left: 300px;
    padding-right: 40px;
  }
}
@media only screen and (max-width: 450px) {
  .irlBlockHotshoesSixthBlock .irlHotshoes6HeaderText2Container {
    padding-left: 180px;
  }
  .irlBlockHotshoesSixthBlock .irlHotshoes6HeaderTextContainer {
    padding-left: 30px;
  }
  .irlBlockHotshoesSixthBlock .irlHotshoes6ParagraphTextContainer {
    padding-left: 220px;
    padding-right: 40px;
  }
  .irlBlockHotshoesSixthBlock .irlHotshoes6HeaderText,
  .irlBlockHotshoesSixthBlock .irlHotshoes6HeaderText2 {
    font-size: 50px;
  }
}
@media only screen and (max-width: 425px) {
  .irlBlockHotshoesSixthBlock .irlHotshoes6HeaderText {
    font-size: 45px;
  }
  .irlBlockHotshoesSixthBlock .irlHotshoes6HeaderTextContainer {
    padding-left: 30px;
  }
  .irlBlockHotshoesSixthBlock .irlHotshoes6HeaderText2 {
    font-size: 45px;
  }
  .irlBlockHotshoesSixthBlock .irlHotshoes6HeaderText2Container {
    padding-left: 170px;
  }
  .irlBlockHotshoesSixthBlock .irlHotshoes6ParagraphTextContainer {
    padding-left: 200px;
    padding-right: 25px;
  }
}
@media only screen and (max-width: 375px) {
  .irlBlockHotshoesSixthBlock .irlHotshoes6ParagraphTextContainer {
    padding-left: 190px;
    padding-right: 20px;
  }
  .irlBlockHotshoesSixthBlock .irlHotshoes6HeaderText,
  .irlBlockHotshoesSixthBlock .irlHotshoes6HeaderText2 {
    font-size: 45px;
  }
  .irlBlockHotshoesSixthBlock .irlHotshoes6HeaderTextContainer {
    padding-left: 20px;
  }
  .irlBlockHotshoesSixthBlock .irlHotshoes6HeaderText2Container {
    padding-left: 140px;
  }
}
@media only screen and (max-width: 320px) {
  .irlBlockHotshoesSixthBlock .irlHotshoes6HeaderText,
  .irlBlockHotshoesSixthBlock .irlHotshoes6HeaderText2 {
    font-size: 35px;
  }
  .irlBlockHotshoesSixthBlock .irlHotshoes6ParagraphTextContainer {
    padding-left: 150px;
    padding-right: 20px;
  }
}
.irlBlockHotshoesSeventhBlock {
  padding-top: 70px;
}

.irlBlockHotshoesSeventhBlock .irlHotshoes7HeaderText {
  font-family: "Poppins", sans-serif;
  font-size: 60px;
  font-weight: bold;
  padding-bottom: 20px;
  text-align: right;
}

.irlBlockHotshoesSeventhBlock .irlHotshoes7Paragraph {
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  padding-bottom: 30px;
  text-align: right;
}

.irlBlockHotshoesSeventhBlock .irlHotshoes7Button {
  font-family: "Poppins", sans-serif;
  font-size: 11px;
  width: 155px;
  height: 45px;
  border: none;
  border-radius: 60px;
  background-color: black;
  color: white;
}

.irlBlockHotshoesSeventhBlock .irlHotshoes7ButtonRight {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.irlBlockHotshoesSeventhBlock .irlHotshoes7ButtonRight .irlHotshoes7ContentButtonLink {
  text-decoration: none;
  cursor: pointer;
}

.irlBlockHotshoesSeventhBlock .irlHotshoes7ButtonRight .irlHotshoes7ContentButtonLink .irlHotshoes7ContentButton {
  background: #000000;
  border-radius: 30px;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 11px;
  line-height: 25px;
  text-align: center;
  color: #FFFFFF;
  width: -moz-fit-content;
  width: fit-content;
  padding: 10px 50px;
  transition: all 0.5s ease;
}

.irlBlockHotshoesSeventhBlock .irlHotshoes7ButtonRight .irlHotshoes7ContentButtonLink:hover .irlHotshoes7ContentButton {
  background: #ED1C24;
  transform: translateX(10px);
}

.irlBlockHotshoesSeventhBlock .irlHotshoes7Company {
  padding-top: 70px;
}

.irlBlockHotshoesSeventhBlock .irlHotshoes7CompanyImage {
  position: relative;
  flex: 1;
  height: 150px;
}

.irlBlockHotshoesSeventhBlock .irlHotshoes7ButtonText {
  color: white;
  text-decoration: none;
}

.irlBlockHotshoesSeventhBlock .irlHotshoes7Company {
  overflow: hidden;
}

.irlBlockHotshoesSeventhBlock .irlHotshoes7CompanyWrapper {
  display: flex;
}

.irlBlockHotshoesSeventhBlock .irlHotshoes7CompanyImages {
  display: flex;
}

@keyframes slide {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
@media only screen and (max-width: 1024px) {
  .irlBlockHotshoesSeventhBlock .irlHotshoes7HeaderText {
    font-size: 54px;
  }
}
@media only screen and (max-width: 768px) {
  .irlBlockHotshoesSeventhBlock .irlHotshoes7HeaderText {
    font-size: 42px;
  }
  .irlBlockHotshoesSeventhBlock .irlHotshoes7Paragraph {
    font-size: 11px;
  }
}
@media only screen and (max-width: 576px) {
  .irlBlockHotshoesSeventhBlock .irlHotshoes7HeaderText {
    font-size: 25px;
  }
  .irlBlockHotshoesSeventhBlock .irlHotshoes7Button {
    width: 135px;
    height: 40px;
  }
  .irlBlockHotshoesSeventhBlock .irlHotshoes7Paragraph {
    padding-bottom: 20px;
  }
}
@media only screen and (max-width: 375px) {
  .irlBlockHotshoesSeventhBlock .irlHotshoes7HeaderText {
    font-size: 20px;
  }
  .irlBlockHotshoesSeventhBlock .irlHotshoes7Paragraph {
    font-size: 10px;
  }
}
@media only screen and (max-width: 320px) {
  .irlBlockHotshoesSeventhBlock .irlHotshoes7HeaderText {
    font-size: 18px;
  }
  .irlBlockHotshoesSeventhBlock .irlHotshoes7Paragraph {
    font-size: 9px;
  }
}
.irlBlockHotshoesEighthBlock {
  padding-bottom: 90px;
}

.irlBlockHotshoesEighthBlock .irlBlockHotshoesEighthBlockContainer {
  position: relative;
}

.irlBlockHotshoesEighthBlock .irlHotshoes8ReadMoreContainer {
  position: relative;
}

.irlBlockHotshoesEighthBlock .irlHotshoes8ReadMore {
  position: absolute;
  left: 85%;
  bottom: 170px;
}

.irlBlockHotshoesEighthBlock .irlHotshoes8HeaderText {
  font-family: "Poppins", sans-serif;
  font-size: 55px;
  font-weight: bold;
  padding-left: 60px;
  padding-top: 80px;
  margin-bottom: 0px;
}

.irlBlockHotshoesEighthBlock .irlHotshoes8Image1 {
  width: 1055px;
  height: auto;
  margin-top: 20px;
}

.irlBlockHotshoesEighthBlock .irlHotshoes8Image2 {
  position: absolute;
  right: 10%;
  width: 800px;
  height: auto;
}

.irlBlockHotshoesEighthBlock .irlHotshoes8Subheader {
  font-family: "Poppins", sans-serif;
  font-weight: bold;
  position: relative;
  font-size: 35px;
  top: 230px;
  padding-left: 100px;
}

.irlBlockHotshoesEighthBlock .irlHotshoes8Paragraph {
  font-family: "Poppins", sans-serif;
  font-size: 11px;
  font-weight: bold;
  line-height: 20px;
  padding-left: 100px;
  position: relative;
  top: 240px;
}

.irlBlockHotshoesEighthBlock .irlHotshoes8SubheaderTab2 {
  font-family: "Poppins", sans-serif;
  font-weight: bold;
  position: relative;
  font-size: 35px;
  top: 270px;
  padding-left: 100px;
}

.irlBlockHotshoesEighthBlock .irlHotshoes8ParagraphTab2 {
  font-family: "Poppins", sans-serif;
  font-size: 11px;
  font-weight: bold;
  line-height: 20px;
  padding-left: 100px;
  position: relative;
  top: 270px;
}

.irlBlockHotshoesEighthBlock .irlHotshoes8SubheaderTab3 {
  font-family: "Poppins", sans-serif;
  font-weight: bold;
  position: relative;
  font-size: 30px;
  top: 275px;
  padding-left: 100px;
}

.irlBlockHotshoesEighthBlock .irlHotshoes8ParagraphTab3 {
  font-family: "Poppins", sans-serif;
  font-size: 9px;
  font-weight: bold;
  line-height: 20px;
  padding-left: 100px;
  position: relative;
  top: 275px;
}

.irlBlockHotshoesEighthBlock .irlHotshoes8ArrowImage1 {
  position: absolute;
  width: 42px;
  margin-left: 100px;
  padding-top: 290px;
}

.irlBlockHotshoesEighthBlock .irlHotshoes8ArrowImage2 {
  position: absolute;
  width: 42px;
  margin-left: 160px;
  padding-top: 290px;
}

.irlBlockHotshoesEighthBlock .irlHotshoes8ReadMoreText {
  font-family: "Poppins", sans-serif;
  font-size: 10px;
  border-radius: 60px;
  position: absolute;
  border: none;
  width: 145px;
  height: 45px;
  color: white;
  background-color: black;
  left: 83%;
  bottom: 59%;
}

.irlBlockHotshoesEighthBlock .irlHotshoes8BackgroundTab2,
.irlBlockHotshoesEighthBlock .irlHotshoes8BackgroundTab3,
.irlBlockHotshoesEighthBlock .irlHotshoes8Tab2,
.irlBlockHotshoesEighthBlock .irlHotshoes8Tab3 {
  display: none;
}

@media only screen and (max-width: 1400px) {
  .irlBlockHotshoesEighthBlock .irlHotshoes8Image2 {
    right: 0%;
    left: 35%;
  }
}
@media only screen and (max-width: 1200px) {
  .irlBlockHotshoesEighthBlock .irlHotshoes8Image1 {
    width: 90%;
  }
  .irlBlockHotshoesEighthBlock .irlHotshoes8Image2 {
    width: 70%;
    left: 32%;
  }
  .irlBlockHotshoesEighthBlock .irlHotshoes8Paragraph {
    padding-left: 40px;
    font-size: 10px;
  }
  .irlBlockHotshoesEighthBlock .irlHotshoes8Subheader {
    padding-left: 50px;
    font-size: 25px;
  }
  .irlBlockHotshoesEighthBlock .irlHotshoes8SubheaderTab2 {
    padding-left: 58px;
    font-size: 25px;
  }
  .irlBlockHotshoesEighthBlock .irlHotshoes8ParagraphTab2 {
    padding-left: 50px;
  }
  .irlBlockHotshoesEighthBlock .irlHotshoes8SubheaderTab3 {
    padding-left: 70px;
    font-size: 25px;
  }
  .irlBlockHotshoesEighthBlock .irlHotshoes8ParagraphTab3 {
    padding-left: 42px;
  }
  .irlBlockHotshoesEighthBlock .irlHotshoes8ReadMoreText {
    bottom: 40%;
  }
  .irlBlockHotshoesEighthBlock .irlHotshoes8ArrowImage1 {
    margin-left: 60px;
    padding-top: 270px;
  }
  .irlBlockHotshoesEighthBlock .irlHotshoes8ArrowImage2 {
    margin-left: 120px;
    padding-top: 270px;
  }
}
@media only screen and (max-width: 992px) {
  .irlBlockHotshoesEighthBlock .irlHotshoes8HeaderText {
    padding-left: 0px;
  }
  .irlBlockHotshoesEighthBlock {
    padding-bottom: 500px;
  }
  .irlBlockHotshoesEighthBlock .irlHotshoes8Image1 {
    display: none;
  }
  .irlBlockHotshoesEighthBlock .irlHotshoes8Image2 {
    /* Adjust the positioning for image 2 */
    width: 70%;
    left: 0%;
    position: absolute;
    top: 220px;
    /* Add this property to ensure it's at the top */
  }
  .irlBlockHotshoesEighthBlock .irlHotshoes8ReadMoreText {
    bottom: 55%;
    left: 80%;
  }
  .irlBlockHotshoesEighthBlock .irlHotshoes8Subheader {
    padding-left: 40px;
    top: 320px;
  }
  .irlBlockHotshoesEighthBlock .irlHotshoes8Paragraph {
    padding-left: 40px;
    font-size: 12px;
    top: 330px;
  }
  .irlBlockHotshoesEighthBlock .irlHotshoes8ParagraphTab2 {
    padding-left: 40px;
    font-size: 12px;
    top: 330px;
  }
  .irlBlockHotshoesEighthBlock .irlHotshoes8SubheaderTab2 {
    padding-left: 40px;
    font-size: 23px;
    top: 320px;
  }
  .irlBlockHotshoesEighthBlock .irlHotshoes8SubheaderTab3 {
    padding-left: 40px;
    font-size: 20px;
    top: 320px;
  }
  .irlBlockHotshoesEighthBlock .irlHotshoes8ParagraphTab3 {
    padding-left: 40px;
    font-size: 12px;
    top: 330px;
  }
  .irlBlockHotshoesEighthBlock .irlHotshoes8ArrowImage1 {
    margin-left: 40px;
    padding-top: 350px;
  }
  .irlBlockHotshoesEighthBlock .irlHotshoes8ArrowImage2 {
    margin-left: 100px;
    padding-top: 350px;
  }
}
@media only screen and (max-width: 768px) {
  .irlBlockHotshoesEighthBlock .irlHotshoes8HeaderText {
    font-size: 45px;
  }
  .irlBlockHotshoesEighthBlock .irlHotshoes8Image1 {
    width: 100%;
  }
  .irlBlockHotshoesEighthBlock .irlHotshoes8Image2 {
    top: 150px;
  }
}
@media only screen and (max-width: 767px) {
  .irlBlockHotshoesEighthBlock .irlHotshoes8Image2 {
    top: 190px;
    width: 100%;
  }
}
@media only screen and (max-width: 576px) {
  .irlBlockHotshoesEighthBlock .irlHotshoes8Image2 {
    top: 220px;
    width: 100%;
  }
  .irlBlockHotshoesEighthBlock .irlHotshoes8Subheader {
    top: 350px;
  }
  .irlBlockHotshoesEighthBlock .irlHotshoes8Paragraph {
    top: 360px;
  }
  .irlBlockHotshoesEighthBlock .irlHotshoes8ParagraphTab2 {
    top: 360px;
  }
  .irlBlockHotshoesEighthBlock .irlHotshoes8SubheaderTab2 {
    top: 350px;
  }
  .irlBlockHotshoesEighthBlock .irlHotshoes8SubheaderTab3 {
    top: 350px;
  }
  .irlBlockHotshoesEighthBlock .irlHotshoes8ParagraphTab3 {
    top: 360px;
  }
  .irlBlockHotshoesEighthBlock .irlHotshoes8ArrowImage1 {
    padding-top: 370px;
  }
  .irlBlockHotshoesEighthBlock .irlHotshoes8ArrowImage2 {
    padding-top: 370px;
  }
  .irlBlockHotshoesEighthBlock .irlHotshoes8HeaderText {
    padding-top: 75px;
  }
  .irlBlockHotshoesEighthBlock {
    padding-bottom: 400px;
  }
}
@media only screen and (max-width: 425px) {
  .irlBlockHotshoesEighthBlock .irlHotshoes8SubheaderTab3 {
    top: 280px;
  }
  .irlBlockHotshoesEighthBlock .irlHotshoes8SubheaderTab2 {
    top: 280px;
  }
  .irlBlockHotshoesEighthBlock .irlHotshoes8Subheader {
    top: 280px;
  }
  .irlBlockHotshoesEighthBlock .irlHotshoes8ParagraphTab3 {
    top: 290px;
  }
  .irlBlockHotshoesEighthBlock .irlHotshoes8ParagraphTab2 {
    top: 290px;
  }
  .irlBlockHotshoesEighthBlock .irlHotshoes8Paragraph {
    top: 290px;
  }
  .irlBlockHotshoesEighthBlock .irlHotshoes8ArrowImage1 {
    padding-top: 310px;
  }
  .irlBlockHotshoesEighthBlock .irlHotshoes8ArrowImage2 {
    padding-top: 310px;
  }
}
@media only screen and (max-width: 375px) {
  .irlBlockHotshoesEighthBlock .irlHotshoes8Image2 {
    top: 150px;
    width: 100%;
  }
  .irlBlockHotshoesEighthBlock .irlHotshoes8HeaderText {
    font-size: 24px;
  }
  .irlBlockHotshoesEighthBlock .irlHotshoes8Subheader {
    top: 280px;
  }
  .irlBlockHotshoesEighthBlock .irlHotshoes8Paragraph {
    top: 290px;
  }
  .irlBlockHotshoesEighthBlock .irlHotshoes8ParagraphTab2 {
    top: 290px;
  }
  .irlBlockHotshoesEighthBlock .irlHotshoes8SubheaderTab2 {
    top: 280px;
  }
  .irlBlockHotshoesEighthBlock .irlHotshoes8SubheaderTab3 {
    top: 280px;
  }
  .irlBlockHotshoesEighthBlock .irlHotshoes8ParagraphTab3 {
    top: 290px;
  }
  .irlBlockHotshoesEighthBlock .irlHotshoes8ArrowImage1 {
    padding-top: 300px;
  }
  .irlBlockHotshoesEighthBlock .irlHotshoes8ArrowImage2 {
    padding-top: 300px;
  }
}
@media only screen and (max-width: 360px) {
  .irlBlockHotshoesEighthBlock .irlHotshoes8SubheaderTab3 {
    top: 230px;
  }
  .irlBlockHotshoesEighthBlock .irlHotshoes8SubheaderTab2 {
    top: 230px;
  }
  .irlBlockHotshoesEighthBlock .irlHotshoes8Subheader {
    top: 230px;
  }
  .irlBlockHotshoesEighthBlock .irlHotshoes8ParagraphTab3 {
    top: 245px;
  }
  .irlBlockHotshoesEighthBlock .irlHotshoes8ParagraphTab2 {
    top: 245px;
  }
  .irlBlockHotshoesEighthBlock .irlHotshoes8Paragraph {
    top: 245px;
  }
  .irlBlockHotshoesEighthBlock .irlHotshoes8ArrowImage1 {
    padding-top: 260px;
  }
  .irlBlockHotshoesEighthBlock .irlHotshoes8ArrowImage2 {
    padding-top: 260px;
  }
}
.irlBlockHotshoesTenthBlock .irlHotshoes10HeaderText {
  font-family: "Poppins", sans-serif;
  font-size: 44px;
  font-weight: 800;
}

.irlBlockHotshoesTenthBlock .irlHotshoes10Paragraph {
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  color: #201D1D;
}

.irlBlockHotshoesTenthBlock .irlHotshoes10Subheader {
  padding-top: 30px;
}

.irlBlockHotshoesTenthBlock .irlHotshoes10SubheaderText {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 900;
  padding-bottom: 8px;
}

.irlBlockHotshoesTenthBlock .irlHotshoes10Textarea {
  font-size: 12px;
  padding-left: 20px;
}

.irlBlockHotshoesTenthBlock .irlHotshoes10TextShort1,
.irlBlockHotshoesTenthBlock .irlHotshoes10TextShort2 {
  height: 40px;
  font-size: 12px;
}

.irlBlockHotshoesTenthBlock .irlHotshoes10Button {
  font-family: "Poppins", sans-serif;
  border-radius: 60px;
  width: 155px;
  height: 45px;
  font-size: 11px;
  background-color: #ED1C24;
  border: none;
  transition: all 0.5s ease;
}

.irlBlockHotshoesTenthBlock .irlHotshoes10Button:hover {
  background: #000000;
  transform: translateY(10px);
}

@media only screen and (max-width: 1200px) {
  .irlBlockHotshoesTenthBlock .irlHotshoes10TextShort1,
  .irlBlockHotshoesTenthBlock .irlHotshoes10TextShort2 {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .irlBlockHotshoesTenthBlock .irlHotshoes10TextShort1,
  .irlBlockHotshoesTenthBlock .irlHotshoes10TextShort2 {
    width: 100%;
  }
}
@media only screen and (max-width: 576px) {
  .irlBlockHotshoesTenthBlock .irlHotshoes10HeaderText {
    font-size: 25px;
  }
  .irlBlockHotshoesTenthBlock .irlHotshoes10Paragraph {
    font-size: 10px;
  }
}
.irlBlockHotshoesEleventhBlock .irlHeaderContentContainer {
  padding-left: 10%;
}
.irlBlockHotshoesEleventhBlock .irlHeaderContentContainer .irlHeaderContentTitle {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-size: 40px;
  color: #000000;
  margin: 0;
}
@media screen and (max-width: 991px) {
  .irlBlockHotshoesEleventhBlock .irlHeaderContentContainer .irlHeaderContentTitle {
    font-size: 30px;
    line-height: 40px;
  }
}
.irlBlockHotshoesEleventhBlock .irlHeaderContentContainer .irlHeaderContentTitleStyle {
  color: red;
}
.irlBlockHotshoesEleventhBlock .irlContentImageImageContainer {
  text-align: right;
}
.irlBlockHotshoesEleventhBlock .irlContentImageImageContainer .irlContentImage {
  width: 100px;
}
@media screen and (max-width: 991px) {
  .irlBlockHotshoesEleventhBlock .irlContentImageImageContainer .irlContentImage {
    width: 100px;
  }
}
.irlBlockHotshoesEleventhBlock .irlContentContainer {
  padding: 0 10%;
}
.irlBlockHotshoesEleventhBlock .irlContentContainer li {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 25px;
  color: #000000;
}
.irlBlockHotshoesEleventhBlock .irlContentTitle {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-size: 40px;
  line-height: 50px;
  color: #000000;
  margin: 0;
}
@media screen and (max-width: 991px) {
  .irlBlockHotshoesEleventhBlock .irlContentTitle {
    font-size: 30px;
    line-height: 40px;
  }
}
.irlBlockHotshoesEleventhBlock .irlContentText {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 25px;
  color: #000000;
}
.irlBlockHotshoesEleventhBlock .irlSecondItem {
  padding-top: 120px !important;
}
@media screen and (max-width: 991px) {
  .irlBlockHotshoesEleventhBlock .irlSecondItem {
    padding-top: 3rem !important;
  }
}
.irlBlockHotshoesEleventhBlock .irlThirdItem {
  padding-top: 240px !important;
}
@media screen and (max-width: 991px) {
  .irlBlockHotshoesEleventhBlock .irlThirdItem {
    padding-top: 3rem !important;
  }
}

.irlBlockHotshoes3ColumnImageText {
  background-image: url(/img/hotshoes/3-column-image-text/background.png);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
  color: white;
}
.irlBlockHotshoes3ColumnImageText .irlBlockHotshoes3ColumnImageTextContentTitle {
  font-weight: 550;
  font-size: 35px;
}
.irlBlockHotshoes3ColumnImageText .irlBlockHotshoes3ColumnImageTextIcon {
  width: 25%;
}
.irlBlockHotshoes3ColumnImageText .irlBlockHotshoes3ColumnImageTextTitle {
  font-weight: 900;
  font-size: 50px;
}
.irlBlockHotshoes3ColumnImageText .irlBlockHotshoes3ColumnImageTextSubtitle {
  font-weight: 450;
  font-size: 25px;
}

.irlBlockHotshoes2ColumnText {
  background: #000;
  background-color: #000;
}
.irlBlockHotshoes2ColumnText .irlBlockHotshoes2ColumnTextTitle {
  color: #ED1C24;
}

.irlBlockHotshoesSideBySideCard {
  padding-top: 20px;
  padding-bottom: 20px;
}

.irlBlockHotshoesSideBySideCard .irlHotshoesSideBySideCardHeaderContainer {
  text-align: center;
}

.irlBlockHotshoesSideBySideCard .irlHotshoesSideBySideCardHeader {
  font-family: "Poppins", sans-serif;
  font-size: 50px;
  font-weight: 600;
}

.irlBlockHotshoesSideBySideCard .irlHotshoesSideBySideCardText {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 25px;
  padding-top: 30px;
  padding-bottom: 30px;
}

.irlBlockHotshoesSideBySideCard .irlHotshoesSideBySideCard {
  height: 100%;
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 10px;
  padding-bottom: 35px;
}

.irlBlockHotshoesSideBySideCard .irlBlockHotshoesSideBySideCardList {
  padding-top: 20px;
}

.irlBlockHotshoesSideBySideCard .irlHotshoesSideBySideCardSubheader {
  font-family: "Poppins", sans-serif;
  font-size: 42px;
  font-weight: 600;
}

.irlBlockHotshoesSideBySideCard .irlBlockHotshoesSideBySideCardList .irlBlockHotshoesSideBySideCardListItem {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 22px;
}

.irlBlockHotshoesSideBySideCard .irlHotshoesSideBySideCardColumn {
  padding-left: 20px;
  padding-right: 20px;
}

.irlBlockHotshoesSideBySideCard .irlHotshoesSideBySideCard {
  border-radius: 20px;
}

@media only screen and (max-width: 992px) {
  .irlBlockHotshoesSideBySideCard .irlHotshoesSideBySideCardSubheader {
    font-size: 28px;
  }
}
@media only screen and (max-width: 576px) {
  .irlBlockHotshoesSideBySideCard .irlHotshoesSideBySideCardSubheader {
    font-size: 30px;
  }
  .irlBlockHotshoesSideBySideCard .irlHotshoesSideBySideCardColumn {
    padding-bottom: 40px;
  }
}
.irlBlockHotshoesSubpageTextTopEightImageBottom {
  padding-top: 100px;
  padding-bottom: 100px;
}

.irlBlockHotshoesSubpageTextTopEightImageBottom .irlHotshoesTextTopEightImageBottomHeader {
  font-family: "Poppins", sans-serif;
  font-size: 50px;
  font-weight: 600;
}

.irlBlockHotshoesSubpageTextTopEightImageBottom .irlHotshoesTextTopEightImageBottomParagraph {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 300;
}

.irlBlockHotshoesSubpageTextTopEightImageBottom .irlHotshoesTextTopEightImageBottomIconContainer {
  text-align: center;
}

.irlBlockHotshoesSubpageTextTopEightImageBottom .irlHotshoesTextTopEightImageBottomIcon {
  max-width: 50%;
  height: auto;
}

.irlBlockHotshoesSubpageTextTopEightImageBottom .irlHotshoesTextTopEightImageBottomParagraphContainer {
  padding-bottom: 50px;
  padding-left: 370px;
  padding-right: 370px;
}

.irlBlockHotshoesSubpageTextTopEightImageBottom .irlHotshoesTextTopEightImageBottomIconText {
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  font-weight: 500;
}

.irlBlockHotshoesSubpageTextTopEightImageBottom .irlHotshoesTextTopEightImageBottomIconRow {
  padding-bottom: 20px;
}

@media only screen and (max-width: 1399px) {
  .irlBlockHotshoesSubpageTextTopEightImageBottom .irlHotshoesTextTopEightImageBottomParagraphContainer {
    padding-left: 280px;
    padding-right: 280px;
  }
}
@media only screen and (max-width: 1199px) {
  .irlBlockHotshoesSubpageTextTopEightImageBottom .irlHotshoesTextTopEightImageBottomParagraphContainer {
    padding-left: 200px;
    padding-right: 200px;
  }
}
@media only screen and (max-width: 768px) {
  .irlBlockHotshoesSubpageTextTopEightImageBottom .irlHotshoesTextTopEightImageBottomParagraphContainer {
    padding-left: 0px;
    padding-right: 0px;
  }
}
.irlBlockHotshoesSubpageExperienceEconomy {
  padding-top: 100px;
  padding-bottom: 100px;
}

.irlBlockHotshoesSubpageExperienceEconomy .irlHotshoesSubpageExperienceEconomyHeader {
  font-family: "Poppins", sans-serif;
  font-size: 50px;
  font-weight: 600;
}

.irlBlockHotshoesSubpageExperienceEconomy .irlHotshoesSubpageExperienceEconomyText {
  font-family: "Poppins", sans-serif;
  padding-top: 20px;
  line-height: 25px;
}

.irlBlockHotshoesSubpageExperienceEconomy .irlHotshoesSubpageExperienceEconomyImageContainer {
  text-align: center;
}

.irlBlockHotshoesSubpageExperienceEconomy .irlHotshoesSubpageExperienceEconomyTextContainer {
  padding-right: 100px;
}

.irlBlockHotshoesSubpageExperienceEconomy .irlHotshoesSubpageExperienceEconomyImage {
  max-width: 100%;
}

.irlBlockHotshoesSubpageExperienceEconomy .irlHotshoesSubpageExperienceEconomyRedText {
  color: #E3242B;
}

@media only screen and (max-width: 768px) {
  .irlBlockHotshoesSubpageExperienceEconomy .irlHotshoesSubpageExperienceEconomyTextContainer {
    padding-right: 0px;
  }
}
.irlBlockHotshoesSubpageImageTopTextDown {
  padding-top: 30px;
  padding-bottom: 30px;
}

.irlBlockHotshoesSubpageImageTopTextDown .irlHotshoesSubpageImageTopTextDownImageContainer {
  padding-top: 70px;
  text-align: center;
}

.irlBlockHotshoesSubpageImageTopTextDown .irlHotshoesSubpageImageTopTextDownHeader {
  text-align: center;
}

.irlBlockHotshoesSubpageImageTopTextDown .irlHotshoesSubpageImageTopTextDownHeaderText {
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  font-size: 50px;
}

.irlBlockHotshoesSubpageImageTopTextDown .irlHotshoesSubpageImageTopTextDownSubheaderText {
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  font-size: 30px;
  padding-top: 20px;
}

.irlBlockHotshoesSubpageImageTopTextDown .irlHotshoesSubpageImageTopTextDownText {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  padding-top: 10px;
  padding-left: 18px;
  padding-right: 18px;
  font-weight: 300;
  line-height: 23px;
}

.irlBlockHotshoesSubpageImageTopTextDown .irlHotshoesSubpageImageTopTextDownImage {
  width: 90%;
  height: auto;
}

@media (max-width: 768px) {
  .irlBlockHotshoesSubpageImageTopTextDown .irlHotshoesSubpageImageTopTextDownImageContainer {
    width: 100%;
  }
}
.irlBlockHotshoesCTA .irlBlockHotshoesCTAReadMoreButton {
  background-color: #000;
  background: #000;
  color: #fff;
  border-radius: 25px;
}

.irlBlockHotshoesTitleDescription {
  font-family: "Poppins";
}
.irlBlockHotshoesTitleDescription .irlBlockHotshoesTitleDescriptionHeading {
  color: #ED1C24;
  font-weight: 700;
}

.irlBlockHotshoesCarousel #irlBlockHotshoesCarousel {
  position: unset;
}
.irlBlockHotshoesCarousel #irlBlockHotshoesCarousel .carousel-inner {
  position: unset;
}
.irlBlockHotshoesCarousel #irlBlockHotshoesCarousel .carousel-inner .carousel-item {
  position: unset;
}
.irlBlockHotshoesCarousel #irlBlockHotshoesCarousel .carousel-inner .carousel-item img {
  width: 75%;
  margin: auto;
}
.irlBlockHotshoesCarousel #irlBlockHotshoesCarousel .carousel-indicators {
  position: unset;
  padding-top: 15px;
}
.irlBlockHotshoesCarousel #irlBlockHotshoesCarousel .carousel-indicators button {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  margin-left: 10px;
  background-color: #D9D9D9;
}
.irlBlockHotshoesCarousel #irlBlockHotshoesCarousel .carousel-indicators .active {
  background-color: #ED1C24;
}

@media (max-width: 991.98px) {
  .irlBlockHotshoesCarousel #irlBlockHotshoesCarousel .carousel-inner .carousel-item img {
    width: 100%;
  }
}
.irlBlockHotshoesSwitchingTab {
  padding-top: 50px;
  padding-bottom: 50px;
}

.irlBlockHotshoesSwitchingTab .irlHotshoesTabLeft {
  color: black;
  padding: 12px 0px;
  border: 1px solid #ccc;
  border-top-left-radius: 15px;
  border-top-right-radius: 0px;
  border-bottom-left-radius: 0px;
  font-size: 22px;
  font-weight: bold;
  cursor: pointer;
}

.irlBlockHotshoesSwitchingTab .irlHotshoesTabRight {
  color: black;
  padding: 12px 0px;
  border-top-right-radius: 15px;
  border-top-left-radius: 0px;
  border-bottom-right-radius: 0px;
  border: 1px solid #ccc;
  font-size: 22px;
  font-weight: bold;
  cursor: pointer;
}

.irlBlockHotshoesSwitchingTab .irlHotshoesTabRight.active,
.irlBlockHotshoesSwitchingTab .irlHotshoesTabLeft.active {
  background-color: black !important;
  color: white;
}

.irlBlockHotshoesSwitchingTab .irlHotshoesTabContent {
  padding: 20px;
  border: 1px solid #ccc;
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
}

.irlBlockHotshoesSubpageBanner .irlHotshoesSubpageBannerImage {
  background-color: grey;
  padding-top: 110px;
  height: 500px;
}

.irlBlockHotshoesSubpageBanner .irlHotshoesSubpageBannerImageText {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 50px;
  text-align: center;
  color: white;
  margin-bottom: 0px;
}

.irlBlockHotshoesSubpageBanner .irlHotshoesSubpageBannerImageSmallText {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  text-align: center;
  padding-top: 20px;
  padding-left: 360px;
  padding-right: 360px;
}

@media only screen and (max-width: 998px) {
  .irlBlockHotshoesSubpageBanner .irlHotshoesSubpageBannerImageSmallText {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media only screen and (max-width: 576px) {
  .irlBlockHotshoesSubpageBanner .irlHotshoesSubpageBannerImageText {
    font-size: 25px;
  }
}
@media only screen and (max-width: 369px) {
  .irlBlockHotshoesSubpageBanner .irlHotshoesSubpageBannerImageText {
    font-size: 21px;
  }
}
.irlBlockHotshoesThreeImageTopTextDown {
  padding-top: 30px;
  padding-bottom: 30px;
}

.irlBlockHotshoesThreeImageTopTextDown .irlHotshoesThreeImageTopTextDownImageContainer {
  padding-top: 70px;
  text-align: center;
}

.irlBlockHotshoesThreeImageTopTextDown .irlHotshoesThreeImageTopTextDownHeader {
  text-align: center;
}

.irlBlockHotshoesThreeImageTopTextDown .irlHotshoesThreeImageTopTextDownHeaderText {
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  font-size: 50px;
}

.irlBlockHotshoesThreeImageTopTextDown .irlHotshoesThreeImageTopTextDownSubheaderText {
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  font-size: 30px;
  padding-top: 20px;
}

.irlBlockHotshoesThreeImageTopTextDown .irlHotshoesThreeImageTopTextDownText {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  padding-top: 10px;
  padding-left: 18px;
  padding-right: 18px;
  font-weight: 300;
  line-height: 23px;
}

.irlBlockHotshoesThreeImageTopTextDown .irlHotshoesThreeImageTopTextDownImage {
  width: 90%;
  height: auto;
}

@media (max-width: 768px) {
  .irlBlockHotshoesThreeImageTopTextDown .irlHotshoesThreeImageTopTextDownImageContainer {
    width: 100%;
  }
}
.irlBlockHotshoesSubpageTextTopSixImageBottom {
  padding-top: 100px;
  padding-bottom: 100px;
}

.irlBlockHotshoesSubpageTextTopSixImageBottom .irlHotshoesTextTopSixImageBottomHeader {
  font-family: "Poppins", sans-serif;
  font-size: 50px;
  font-weight: 600;
}

.irlBlockHotshoesSubpageTextTopSixImageBottom .irlHotshoesTextTopSixImageBottomParagraph {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 300;
}

.irlBlockHotshoesSubpageTextTopSixImageBottom .irlHotshoesTextTopSixImageBottomIconContainer {
  text-align: center;
}

.irlBlockHotshoesSubpageTextTopSixImageBottom .irlHotshoesTextTopSixImageBottomIcon {
  max-width: 50%;
  height: auto;
}

.irlBlockHotshoesSubpageTextTopSixImageBottom .irlHotshoesTextTopSixImageBottomParagraphContainer {
  padding-bottom: 50px;
  padding-left: 370px;
  padding-right: 370px;
}

.irlBlockHotshoesSubpageTextTopSixImageBottom .irlHotshoesTextTopSixImageBottomIconText {
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  font-weight: 500;
}

.irlBlockHotshoesSubpageTextTopSixImageBottom .irlHotshoesTextTopSixImageBottomIconRow {
  padding-bottom: 20px;
}

@media only screen and (max-width: 1399px) {
  .irlBlockHotshoesSubpageTextTopSixImageBottom .irlHotshoesTextTopSixImageBottomParagraphContainer {
    padding-left: 280px;
    padding-right: 280px;
  }
}
@media only screen and (max-width: 1199px) {
  .irlBlockHotshoesSubpageTextTopSixImageBottom .irlHotshoesTextTopSixImageBottomParagraphContainer {
    padding-left: 200px;
    padding-right: 200px;
  }
}
@media only screen and (max-width: 768px) {
  .irlBlockHotshoesSubpageTextTopSixImageBottom .irlHotshoesTextTopSixImageBottomParagraphContainer {
    padding-left: 0px;
    padding-right: 0px;
  }
}
.irlBlockHotshoesTitleDescription2 {
  font-family: "Poppins";
}
.irlBlockHotshoesTitleDescription2 .irlBlockHotshoesTitleDescription2Heading {
  color: #ED1C24;
  font-weight: 700;
}
.irlBlockHotshoesTitleDescription2 .irlBlockHotshoesTitleDescription2HeaderContainer {
  text-align: center;
}
.irlBlockHotshoesTitleDescription2 .irlBlockHotshoesTitleDescription2HeaderContainer {
  font-size: 25x;
}

.irlBlockHotshoesImageSideBySide .irlBlockHotshoesImageSideBySideContainer {
  padding-left: 0px;
  padding-right: 0px;
}

.irlBlockHotshoesImageText2 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.irlBlockHotshoesV2AboutUs .irlHotshoesV2ContentHeader {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 70px;
  line-height: 100px;
  color: #000;
}

.irlBlockHotshoesV2AboutUs .irlHotshoesV2ContentDescription {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 25px;
  color: #000;
}

.irlBlockHotshoesV2AboutUs .irlHotshoesV2ContentRedText {
  color: #FF0000;
}

.irlBlockHotshoesV2AboutUs .irlHotshoesV2ContentButtonLink {
  text-decoration: none;
}

.irlBlockHotshoesV2AboutUs .irlHotshoesV2ContentButtonContainer .irlHotshoesV2ContentButtonLink .irlHotshoesv2ContentButton {
  background: #000;
  border-radius: 30px;
  font-family: poppins;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 25px;
  text-align: center;
  color: #fff;
  width: -moz-fit-content;
  width: fit-content;
  padding: 10px 50px;
  transition: all 0.5s ease;
}

.irlBlockHotshoesV2AboutUs .irlHotshoesV2ContentButtonContainer .irlHotshoesV2ContentButtonLink:hover .irlHotshoesv2ContentButton {
  background: #ED1C24;
  transform: translateX(10px);
}

.irlBlockHotshoesV2AboutUs .irlHotshoesV2Image {
  width: 100%;
  max-width: 650px;
}

.irlBlockHotshoesV2AboutUs .irlHotshoesV2ImageColumn {
  display: flex;
  justify-content: center;
  align-items: center;
}

.irlBlockHotshoesV2AboutUs .col-md-6 {
  opacity: 0;
  transform: translateX(0);
  transition: opacity 1s, transform 1s;
}

.irlBlockHotshoesV2AboutUs .irlHotshoesV2TextSlideInColumns:nth-child(1) {
  transform-origin: left;
}

.irlBlockHotshoesV2AboutUs .irlHotshoesV2ImageSlideInColumns:nth-child(2) {
  transform-origin: right;
}

.irlBlockHotshoesV2AboutUs .irlHotshoesV2TextSlideInColumns,
.irlBlockHotshoesV2AboutUs .irlHotshoesV2ImageSlideInColumns {
  animation: slideInColumns 1s ease-in forwards;
}

.irlBlockHotshoesV2AboutUs .irlHotshoesV2ImageSlideInColumns {
  animation: imageSlideInColumns 1s ease-in forwards;
}

@keyframes slideInColumns {
  from {
    opacity: 0;
    transform: translateX(-100%);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes imageSlideInColumns {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@media only screen and (max-width: 1200px) {
  .irlBlockHotshoesV2AboutUs .irlHotshoesV2ContentHeader {
    font-size: 50px;
    line-height: 70px;
  }
}
@media only screen and (max-width: 991px) {
  .irlBlockHotshoesV2AboutUs .irlHotshoesV2ContentHeader {
    font-size: 37px;
    line-height: 60px;
  }
}
@media only screen and (max-width: 768px) {
  .irlBlockHotshoesV2AboutUs .irlHotshoesV2ContentHeader {
    font-size: 37px;
    line-height: 60px;
  }
}
@media only screen and (max-width: 576px) {
  .irlBlockHotshoesV2AboutUs .irlHotshoesV2ContentHeader {
    font-size: 40px;
    line-height: 55px;
  }
}
@media only screen and (max-width: 380px) {
  .irlBlockHotshoesV2AboutUs .irlHotshoesV2ContentHeader {
    font-size: 35px;
    line-height: 50px;
  }
}
.irlBlockHotshoesCarouselCard {
  padding-top: 100px;
  padding-bottom: 100px;
}

.irlBlockHotshoesCarouselCard .irlHotshoesCarouselCardHeader {
  font-family: "Poppins", sans-serif;
  font-size: 50px;
  font-weight: 600;
  text-align: center;
}

.irlBlockHotshoesCarouselCard .irlHotshoesCarouselCardSubHeader {
  font-family: "Poppins", sans-serif;
  font-size: 30px;
  font-weight: 500;
  text-align: right;
}

.irlBlockHotshoesCarouselCard .irlHotshoesCarouselCardCarouselContainer {
  position: relative;
}

.irlBlockHotshoesCarouselCard .irlHotshoesCarouselCardIconPrevious {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.irlBlockHotshoesCarouselCard .irlHotshoesCarouselCardIconNext {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.irlBlockHotshoesCarouselCard .irlHotshoesCarouselCard {
  padding-left: 15px;
  padding-right: 15px;
  border-radius: 20px;
  height: 100%;
  width: 80%;
}

.irlBlockHotshoesCarouselCard .irlHotshoesCarouselCardColumn {
  display: flex;
  justify-content: center;
  align-items: center;
}

.irlBlockHotshoesCarouselCard .irlHotshoesCarouselCardRedBorder {
  border-bottom: 2px solid #FF0000;
  width: 46%;
  margin-left: auto;
}

.irlBlockHotshoesCarouselCard .irlHotshoesCarouselCardParagraph {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  text-align: right;
  padding-bottom: 30px;
  line-height: 25px;
}

.irlBlockHotshoesCarouselCard .irlHotshoesCarouselCardButton {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  width: 150px;
  height: 50px;
  float: right;
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #000000;
  color: #FFFFFF;
  border: none;
  text-decoration: none;
}

.irlBlockHotshoesCarouselCard .irlHotshoesCarouselCardBody {
  padding-top: 40px;
  padding-bottom: 40px;
}

.irlBlockHotshoesCarouselCard .irlHotshoesCarouselCardText {
  padding-bottom: 35px;
  text-align: center;
}

.irlBlockHotshoesCarouselCard .irlHotshoesCarouselCardPrevious {
  justify-content: unset;
}

.irlBlockHotshoesCarouselCard .irlHotshoesCarouselCardNext {
  justify-content: end;
}

@media only screen and (max-width: 991px) {
  .irlBlockHotshoesCarouselCard .irlHotshoesCarouselCardSubHeader {
    font-size: 25px;
  }
  .irlBlockHotshoesCarouselCard .irlHotshoesCarouselCardPreviousImage,
  .irlBlockHotshoesCarouselCard .irlHotshoesCarouselCardNextImage {
    width: 20%;
  }
  .irlBlockHotshoesCarouselCard .irlHotshoesCarouselCardParagraph {
    font-size: 12px;
    line-height: 22px;
  }
  .irlBlockHotshoesCarouselCard .irlHotshoesCarouselCardButton {
    width: 110px;
  }
}
@media only screen and (max-width: 820px) {
  .irlBlockHotshoesCarouselCard .irlHotshoesCarouselCardSubHeader {
    font-size: 20px;
  }
  .irlBlockHotshoesCarouselCard .irlHotshoesCarouselCardParagraph {
    font-size: 12px;
  }
  .irlBlockHotshoesCarouselCard .irlHotshoesCarouselCardButton {
    width: -moz-fit-content;
    width: fit-content;
  }
}
@media only screen and (max-width: 767px) {
  .irlBlockHotshoesCarouselCard .irlHotshoesCarouselCardPreviousImage,
  .irlBlockHotshoesCarouselCard .irlHotshoesCarouselCardNextImage {
    width: auto;
  }
  .irlBlockHotshoesCarouselCard .irlHotshoesCarouselCard {
    padding-left: 13px;
    padding-right: 13px;
    border-radius: 20px;
  }
  .irlBlockHotshoesCarouselCard .irlHotshoesCarouselCardSubHeader {
    font-size: 20px;
  }
  .irlBlockHotshoesCarouselCard .irlHotshoesCarouselCardParagraph {
    font-size: 12px;
  }
  .irlBlockHotshoesCarouselCard .irlHotshoesCarouselCardButton {
    width: 110px;
  }
}
@media only screen and (max-width: 576px) {
  .irlBlockHotshoesCarouselCard .irlHotshoesCarouselCard {
    padding-left: 40px;
    padding-right: 40px;
  }
  .irlBlockHotshoesCarouselCard .irlHotshoesCarouselCardButton {
    width: 130px;
  }
  .irlBlockHotshoesCarouselCard .irlHotshoesCarouselCardColumn {
    padding-bottom: 20px;
  }
}
:root {
  --cf-mw: 1920px;
  --banner-height: 600px;
}
@media (max-width: 767.98px) {
  :root {
    --banner-height: 500px;
  }
}

.irlIrlty {
  scroll-padding-top: 70px;
  background: #010b27;
  overflow-x: hidden;
  font-family: "poppins";
}
.irlIrlty .container-fluid {
  max-width: var(--cf-mw);
  padding: 0px;
  margin-left: auto;
  margin-right: auto;
}
.irlIrlty h1 {
  font-size: clamp(2rem, 1.75vw + 1.65rem, 3.75rem);
  line-height: clamp(2.7rem, 2.363vw + 2.228rem, 5.063rem);
}
.irlIrlty a {
  text-decoration: none;
}
.irlIrlty p {
  font-size: 1.25rem;
}
.irlIrlty .irlIrltyHeader {
  position: sticky;
  top: 0px;
  padding: 1.5rem 0.75rem;
  min-width: 100%;
  background: black;
  z-index: 100;
}
.irlIrlty .irlIrltyHeader .irlIrltyHeaderContainer {
  display: flex;
  padding: 0px;
  align-items: center;
}
.irlIrlty .irlIrltyHeader .irlIrltyHeaderContainer .irlIrltyHeaderLogo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 767.98px) {
  .irlIrlty .irlIrltyHeader .irlIrltyHeaderContainer .irlIrltyHeaderLogo {
    height: 40px;
  }
}
.irlIrlty .irlIrltyHeader .irlIrltyHeaderContainer .irlIrltyHeaderLinks {
  margin-left: auto;
  display: flex;
  gap: 1.5rem;
}
.irlIrlty .irlIrltyHeader .irlIrltyHeaderContainer .irlIrltyHeaderLinks a {
  color: white;
  font-size: 20px;
}
@media (max-width: 767.98px) {
  .irlIrlty .irlIrltyHeader .irlIrltyHeaderContainer .irlIrltyHeaderLinks a {
    font-size: 1rem;
  }
}
.irlIrlty .irlIrltyHome {
  color: white;
}
.irlIrlty .irlIrltyHome > div {
  padding: 3rem 0rem;
}
@media (max-width: 767.98px) {
  .irlIrlty .irlIrltyHome > div {
    padding: 2rem 0rem;
  }
}
.irlIrlty .irlIrltyHome .irlIrltyHomeBanner {
  background: url(/img/irlty/home-banner.png);
  display: grid;
  place-items: center start;
  height: var(--banner-height);
}
.irlIrlty .irlIrltyHome .irlIrltyHomeUsp h1 {
  margin-bottom: 2.5rem;
}
.irlIrlty .irlIrltyHome .irlIrltyHomeUsp .irlIrltyUspItems {
  --border-color: #17546f;
  --border-width: 2px;
  --usp-width: 600px;
}
.irlIrlty .irlIrltyHome .irlIrltyHomeUsp .irlIrltyUspItems .irlIrltyUsp {
  text-align: center;
  width: var(--usp-width);
  height: 225px;
  padding: 1rem 3rem;
  border: var(--border-width) solid var(--border-color);
  border-radius: 1rem;
  display: grid;
  place-content: center;
}
.irlIrlty .irlIrltyHome .irlIrltyHomeUsp .irlIrltyUspItems .irlIrltyUsp h2 {
  margin-bottom: 1rem;
}
.irlIrlty .irlIrltyHome .irlIrltyHomeUsp .irlIrltyUspItems .irlIrltyUsp p {
  margin-bottom: 0rem;
}
@media (max-width: 767.98px) {
  .irlIrlty .irlIrltyHome .irlIrltyHomeUsp .irlIrltyUspItems .irlIrltyUsp {
    --usp-width: 100%;
    height: 100%;
    padding: 1.5rem;
  }
  .irlIrlty .irlIrltyHome .irlIrltyHomeUsp .irlIrltyUspItems .irlIrltyUsp br {
    display: none;
  }
}
.irlIrlty .irlIrltyHome .irlIrltyHomeUsp .irlIrltyUspItems .irlIrltyUspRight, .irlIrlty .irlIrltyHome .irlIrltyHomeUsp .irlIrltyUspItems .irlIrltyUspLeft {
  display: flex;
  width: 100%;
}
.irlIrlty .irlIrltyHome .irlIrltyHomeUsp .irlIrltyUspItems .irlIrltyUspRight .irlIrltyUspConnector, .irlIrlty .irlIrltyHome .irlIrltyHomeUsp .irlIrltyUspItems .irlIrltyUspLeft .irlIrltyUspConnector {
  width: 100%;
  overflow: hidden;
}
.irlIrlty .irlIrltyHome .irlIrltyHomeUsp .irlIrltyUspItems .irlIrltyUspRight .irlIrltyUspConnector .horizontal, .irlIrlty .irlIrltyHome .irlIrltyHomeUsp .irlIrltyUspItems .irlIrltyUspLeft .irlIrltyUspConnector .horizontal {
  width: var(--border-width);
  height: 50%;
  background: var(--border-color);
}
.irlIrlty .irlIrltyHome .irlIrltyHomeUsp .irlIrltyUspItems .irlIrltyUspRight .irlIrltyUspConnector .vertical, .irlIrlty .irlIrltyHome .irlIrltyHomeUsp .irlIrltyUspItems .irlIrltyUspLeft .irlIrltyUspConnector .vertical {
  height: var(--border-width);
  background: var(--border-color);
  width: 100%;
}
.irlIrlty .irlIrltyHome .irlIrltyHomeUsp .irlIrltyUspItems .irlIrltyUspRight .irlIrltyUsp, .irlIrlty .irlIrltyHome .irlIrltyHomeUsp .irlIrltyUspItems .irlIrltyUspLeft .irlIrltyUsp {
  min-width: var(--usp-width);
}
.irlIrlty .irlIrltyHome .irlIrltyHomeUsp .irlIrltyUspItems .irlIrltyUspRight .irlIrltyUspConnector .horizontal {
  margin-left: calc(var(--usp-width) / 2);
}
.irlIrlty .irlIrltyHome .irlIrltyHomeUsp .irlIrltyUspItems .irlIrltyUspRight .irlIrltyUspConnector .vertical {
  margin-left: calc(var(--usp-width) / 2);
}
.irlIrlty .irlIrltyHome .irlIrltyHomeUsp .irlIrltyUspItems .irlIrltyUspRight .irlIrltyUsp {
  margin-left: auto;
}
.irlIrlty .irlIrltyHome .irlIrltyHomeUsp .irlIrltyUspItems .irlIrltyUspLeft .irlIrltyUspConnector .horizontal {
  margin-left: calc(100% - var(--usp-width) / 2);
}
.irlIrlty .irlIrltyHome .irlIrltyHomeUsp .irlIrltyUspItems .irlIrltyUspLeft .irlIrltyUspConnector .vertical {
  width: calc(100% - var(--usp-width) / 2);
}
@media (max-width: 991.98px) {
  .irlIrlty .irlIrltyHome .irlIrltyHomeUsp .irlIrltyUspItems > div {
    margin-bottom: 1rem;
  }
}
.irlIrlty .irlIrltyHome .irlIrltyAdvancePresence {
  padding: 6rem;
  background: url(/img/irlty/digital-presence.png);
  text-align: center;
}
.irlIrlty .irlIrltyHome .irlIrltyAdvancePresence .irlIrltyAdvancePresenceTitle {
  margin: 0px;
}
.irlIrlty .irlIrltyHome .irlIrltyAdvancePresence .irlIrltyAdvancePresenceSubtitle {
  margin: 2rem 0rem;
}
@media (max-width: 767.98px) {
  .irlIrlty .irlIrltyHome .irlIrltyAdvancePresence {
    padding: 3rem 0rem;
  }
  .irlIrlty .irlIrltyHome .irlIrltyAdvancePresence .irlIrltyAdvancePresenceSubtitle br {
    display: none;
  }
}
.irlIrlty .irlIrltyHome .irlIrltyHomeTab {
  text-align: center;
}
.irlIrlty .irlIrltyHome .irlIrltyHomeTab .irlIrltyHomeTabSectionTitle {
  margin-bottom: 3rem;
}
.irlIrlty .irlIrltyHome .irlIrltyHomeTab .tab-container {
  --tab-font-size: 2rem;
}
.irlIrlty .irlIrltyHome .irlIrltyHomeTab .tab-container .tab-selector-container {
  width: 100%;
  display: flex;
}
.irlIrlty .irlIrltyHome .irlIrltyHomeTab .tab-container .tab-selector-container .selector-item {
  padding: 1rem;
  background: transparent;
  width: 50%;
  color: #25418e;
  transition: all 0.3s ease;
  font-size: var(--tab-font-size);
  cursor: pointer;
}
.irlIrlty .irlIrltyHome .irlIrltyHomeTab .tab-container .tab-selector-container .selector-item.selected {
  background: #0081c9;
  color: white;
  font-weight: bold;
}
.irlIrlty .irlIrltyHome .irlIrltyHomeTab .tab-container .tab-content-container {
  padding: 1.5rem;
  border: 1px solid #0081c9;
}
.irlIrlty .irlIrltyHome .irlIrltyHomeTab .tab-container .tab-content-container .content-container .irlIrltyBlueMarker {
  margin-bottom: 0rem;
}
.irlIrlty .irlIrltyHome .irlIrltyHomeTab .tab-container .tab-content-container .content-container .irlIrltyBlueMarker li {
  text-align: left;
  font-size: var(--tab-font-size);
  line-height: var(--tab-font-size);
}
.irlIrlty .irlIrltyHome .irlIrltyHomeTab .tab-container .tab-content-container .content-container .irlIrltyBlueMarker li::marker {
  color: #67d1ff;
  font-size: var(--tab-font-size);
}
.irlIrlty .irlIrltyHome .irlIrltyHomeTab .tab-container .tab-content-container .content-container .irlIrltyBlueMarker li:not(:last-child) {
  padding-bottom: 1rem;
}
.irlIrlty .irlIrltyHome .irlIrltyHomeTab .tab-container .tab-content-container .content-container img {
  width: 100%;
}
@media (max-width: 991.98px) {
  .irlIrlty .irlIrltyHome .irlIrltyHomeTab .tab-container {
    --tab-font-size: 1.25rem;
  }
  .irlIrlty .irlIrltyHome .irlIrltyHomeTab .tab-container img {
    margin-bottom: 1rem;
  }
}
.irlIrlty .irlIrltyHome .irlIrltyMakeMagic {
  isolation: isolate;
}
.irlIrlty .irlIrltyHome .irlIrltyMakeMagic .irlIrltyTextSection {
  padding: 2rem;
  background: rgba(22, 35, 72, 0.8);
  z-index: 2;
  position: relative;
}
.irlIrlty .irlIrltyHome .irlIrltyMakeMagic .irlIrltyTextSection .irlIrltySectionSubtitle {
  margin: 2rem 0rem;
}
@media (max-width: 767.98px) {
  .irlIrlty .irlIrltyHome .irlIrltyMakeMagic .irlIrltyTextSection {
    padding: 1.5rem;
  }
  .irlIrlty .irlIrltyHome .irlIrltyMakeMagic .irlIrltyTextSection .irlIrltySectionSubtitle {
    margin-bottom: 0.5rem;
  }
}
.irlIrlty .irlIrltyHome .irlIrltyMakeMagic .irlIrltyMagicImage {
  transform-origin: top right;
  transform: scale(1.2) translateY(100px);
  z-index: 1;
  position: relative;
}
@media (max-width: 991.98px) {
  .irlIrlty .irlIrltyHome .irlIrltyMakeMagic .irlIrltyMagicImage {
    all: unset;
    width: 100%;
  }
}
.irlIrlty .irlIrltyHome .irlIrltyContactUs {
  margin-top: 175px;
}
.irlIrlty .irlIrltyHome .irlIrltyContactUs .irlIrltyContactUsSectionTitle {
  margin-bottom: 2rem;
}
.irlIrlty .irlIrltyHome .irlIrltyContactUs .irlIrltyContactUsSectionSubtitle {
  margin-bottom: 2rem;
}
.irlIrlty .irlIrltyHome .irlIrltyContactUs .irlIrltyContactUsForm {
  width: 100%;
}
.irlIrlty .irlIrltyHome .irlIrltyContactUs .irlIrltyContactUsForm input, .irlIrlty .irlIrltyHome .irlIrltyContactUs .irlIrltyContactUsForm textarea {
  width: 100%;
  margin-bottom: 1rem;
  padding: 1rem;
}
.irlIrlty .irlIrltyHome .irlIrltyContactUs .irlIrltyContactUsForm .submit-btn {
  margin-top: 2rem;
}
@media (max-width: 1399.98px) {
  .irlIrlty .irlIrltyHome .irlIrltyContactUs {
    margin-top: 100px;
  }
}
@media (max-width: 1199.98px) {
  .irlIrlty .irlIrltyHome .irlIrltyContactUs {
    margin-top: 30px;
  }
}
@media (max-width: 991.98px) {
  .irlIrlty .irlIrltyHome .irlIrltyContactUs {
    margin-top: 0rem;
  }
}
@media (max-width: 767.98px) {
  .irlIrlty .irlIrltyHome br {
    display: none;
  }
}
.irlIrlty .irlIrltyFooter {
  background: black;
  padding: 2rem 0rem;
  color: white;
  font-size: 14px;
}
.irlIrlty .irlIrltyFooter .irlIrltyFooterLogo img {
  width: 100%;
  height: 100%;
}
.irlIrlty .irlIrltyFooter .irlIrltyFooterContainer {
  display: flex;
  align-items: center;
}
.irlIrlty .irlIrltyFooter .irlIrltyFooterContainer .irlIrltyFooterText {
  margin-left: auto;
}
@media (max-width: 767.98px) {
  .irlIrlty .irlIrltyFooter .irlIrltyFooterContainer {
    flex-direction: column;
    align-items: start;
  }
  .irlIrlty .irlIrltyFooter .irlIrltyFooterContainer .irlIrltyFooterLogo {
    height: 40px;
  }
  .irlIrlty .irlIrltyFooter .irlIrltyFooterContainer .irlIrltyFooterText {
    margin-left: 0px;
    margin-top: 1rem;
  }
}
.irlIrlty .irlIrltyNeonBtn {
  --btn-color: #67d1ff;
  display: block;
  width: -moz-max-content !important;
  width: max-content !important;
  margin-left: auto;
  margin-right: auto;
  border: 2px solid var(--btn-color);
  padding: 0.75rem 3rem !important;
  border-radius: 100px;
  color: white;
  background: transparent;
  font-size: 20px;
  isolation: isolate;
  overflow: hidden;
  transition: all 0.3s linear;
  box-shadow: 0 0 5px #fff, 0 0 3px var(--btn-color), 0 0 5px var(--btn-color), 0 0 7px var(--btn-color), 0 0 9px var(--btn-color), 0 0 11px var(--btn-color), 0 0 13px var(--btn-color);
}
.irlIrlty .irlIrltyNeonBtn:hover {
  background: var(--btn-color);
}
@media (max-width: 767.98px) {
  .irlIrlty .irlIrltyNeonBtn {
    font-size: 16px;
  }
}

html, body {
  scroll-padding-top: 74px;
}

.irlMice {
  --cf-mw: 1920px;
  --banner-height: 600px;
}
@media (max-width: 767.98px) {
  .irlMice {
    --banner-height: 500px;
  }
}
.irlMice a, .irlMice a:hover {
  text-decoration: none;
}
.irlMice * {
  font-family: "poppins";
}
.irlMice .container-fluid {
  max-width: var(--cf-mw);
  padding: 0px;
  margin-left: auto;
  margin-right: auto;
}
.irlMice > div {
  padding: 48px 0px;
}
@media (max-width: 767.98px) {
  .irlMice > div {
    padding: 32px 0px;
  }
}
.irlMice h1 {
  font-size: clamp(32px, 1.75vw + 26.4px, 60px);
  line-height: clamp(43.2px, 2.363vw + 35.648px, 81.008px);
  font-weight: bold;
  margin: unset;
}
.irlMice h3 {
  font-size: 28px;
}
.irlMice p {
  font-size: 16px;
}
.irlMice .slick-arrow {
  display: grid;
  place-content: center;
}
.irlMice .slick-arrow::before {
  display: none;
}
.irlMice header#header {
  position: sticky;
  top: 0px;
  padding: 12px;
  min-width: 100%;
  background: white;
  z-index: 100;
}
.irlMice header#header .header-container {
  display: flex;
  padding: 0px;
  align-items: center;
}
.irlMice header#header .header-container .header-logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.irlMice header#header .header-container .mobile-toggle {
  display: none;
}
.irlMice header#header .header-container .header-links {
  margin-left: auto;
  display: flex;
  gap: 32px;
  font-weight: bold;
}
.irlMice header#header .header-container .header-links .link-item {
  cursor: pointer;
  color: black;
}
@media (max-width: 767.98px) {
  .irlMice header#header .header-container .header-logo {
    height: 50px;
  }
  .irlMice header#header .header-container .mobile-toggle {
    display: block;
    margin-left: auto;
    font-size: 24px;
    cursor: pointer;
  }
  .irlMice header#header .header-container .header-links {
    display: none;
    position: fixed;
    top: 74px;
    padding: 16px;
    background: white;
    width: 100dvw;
    left: 0px;
    flex-direction: column;
    gap: 0px;
  }
  .irlMice header#header .header-container .header-links .link-item {
    display: block;
  }
  .irlMice header#header .header-container .header-links .link-item:not(:last-child) {
    margin-bottom: 16px;
  }
}
.irlMice footer#footer {
  padding: 48px 0px 16px;
  background: black;
  color: white;
}
.irlMice footer#footer h4 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 16px;
}
.irlMice footer#footer a {
  color: white;
}
.irlMice footer#footer .flag-icons {
  display: flex;
  gap: 16px;
}
.irlMice footer#footer .mailing p {
  margin-bottom: 0px;
}
.irlMice footer#footer .mailing a {
  display: block;
  color: #5ABAFF;
  margin-bottom: 16px;
}
@media (max-width: 767.98px) {
  .irlMice footer#footer .mailing a:last-child {
    margin-bottom: 0px;
  }
}
.irlMice footer#footer .sm-icons {
  display: flex;
  gap: 32px;
  font-size: 24px;
}
.irlMice footer#footer .btm-footer {
  border-top: 1px solid white;
  padding: 16px 0px;
}
.irlMice footer#footer .btm-footer .btm-links {
  display: flex;
  gap: 32px;
  justify-content: right;
}
@media (max-width: 767.98px) {
  .irlMice footer#footer .btm-footer {
    padding-bottom: 0px;
  }
  .irlMice footer#footer .btm-footer .btm-links {
    flex-direction: column;
    gap: 16px;
    margin-bottom: 32px;
  }
}
.irlMice .jcs {
  justify-content: center;
}
.irlMice .white-btn {
  --btn-color: white;
  color: var(--btn-color);
  border: 1px solid var(--btn-color);
  padding: 12px 48px;
  cursor: pointer;
  text-transform: uppercase;
  transition: all 0.3s ease;
  font-weight: bold;
  display: block;
  width: -moz-max-content;
  width: max-content;
}
.irlMice .white-btn:hover {
  color: black;
  background: white;
}
.irlMice .black-btn {
  --btn-color: black;
  color: var(--btn-color);
  border: 1px solid var(--btn-color);
  padding: 12px 48px;
  cursor: pointer;
  text-transform: uppercase;
  transition: all 0.3s ease;
  font-weight: bold;
  display: block;
  width: -moz-max-content;
  width: max-content;
}
.irlMice .black-btn:hover {
  color: white;
  background: var(--btn-color);
}

.irlMice .home-banner {
  color: white;
  padding: 0px;
  display: grid;
  place-items: center;
}
.irlMice .home-banner > div {
  grid-area: 1/1;
}
.irlMice .home-banner .banner-image {
  position: relative;
  z-index: 1;
  isolation: isolate;
}
.irlMice .home-banner .banner-image img {
  height: 100%;
  width: 100%;
}
@media (max-width: 991.98px) {
  .irlMice .home-banner .banner-image img {
    height: 600px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.irlMice .home-banner .banner-image::after {
  content: "";
  position: absolute;
  inset: 0px;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
}
.irlMice .home-banner .banner-content {
  position: relative;
  z-index: 2;
  text-align: center;
}
.irlMice .home-banner .banner-content .banner-title {
  margin-bottom: 16px;
}
.irlMice .home-banner .banner-content .banner-subtitle {
  margin-bottom: 32px;
  text-wrap: balance;
}

.irlMice .what-we-do {
  color: black;
}
.irlMice .what-we-do img {
  width: 100%;
}
.irlMice .what-we-do .content-section {
  padding: 32px;
  align-self: center;
}
@media (max-width: 991.98px) {
  .irlMice .what-we-do .content-section {
    padding: 16px;
  }
}

.irlMice .top-destination .td-tab .tab-selector {
  border-radius: 8px;
  overflow: hidden;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
}
.irlMice .top-destination .td-tab .tab-selector .tab-img {
  cursor: pointer;
  display: grid;
  isolation: isolate;
  position: relative;
}
.irlMice .top-destination .td-tab .tab-selector .tab-img > * {
  grid-area: 1/1;
}
.irlMice .top-destination .td-tab .tab-selector .tab-img img {
  width: 100%;
  z-index: 1;
}
.irlMice .top-destination .td-tab .tab-selector .tab-img .img-text {
  text-align: center;
  color: white;
  font-size: 20px;
  font-weight: bold;
  align-self: flex-end;
  padding: 0px 16px 16px;
  z-index: 3;
}
.irlMice .top-destination .td-tab .tab-selector .tab-img::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.6) 50%, rgb(150, 150, 150));
  transition: all 0.3s ease;
}
.irlMice .top-destination .td-tab .tab-selector .tab-img.selected::after {
  background: none;
}
@media (max-width: 991.98px) {
  .irlMice .top-destination .td-tab .tab-selector {
    display: flex;
    overflow: auto;
  }
  .irlMice .top-destination .td-tab .tab-selector .tab-img img {
    height: 120px;
    width: 120px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .irlMice .top-destination .td-tab .tab-selector .tab-img .img-text {
    font-size: 16px;
  }
}
.irlMice .top-destination .td-tab .tab-desc {
  margin: 32px 0px;
  text-align: center;
}
.irlMice .top-destination .td-tab .td-tab-content .td-tab .tab-item {
  display: flex;
  gap: 32px;
}
.irlMice .top-destination .td-tab .td-tab-content .td-tab .tab-item h3 {
  font-weight: bold;
}
.irlMice .top-destination .td-tab .td-tab-content .td-tab .tab-item p {
  margin-bottom: 0px;
}
.irlMice .top-destination .td-tab .td-tab-content .td-tab .tab-item .content {
  align-self: center;
}
.irlMice .top-destination .td-tab .td-tab-content .td-tab .tab-item:not(:last-child) {
  margin-bottom: 32px;
}
@media (max-width: 991.98px) {
  .irlMice .top-destination .td-tab .td-tab-content .td-tab .tab-item {
    flex-direction: column;
    gap: 16px;
  }
  .irlMice .top-destination .td-tab .td-tab-content .td-tab .tab-item img {
    width: 100%;
  }
}

.irlMice .thoughtful-solutions .thoughful-slick {
  --arrow-size: 40px;
  margin-top: 48px;
}
.irlMice .thoughtful-solutions .thoughful-slick .slick-arrow {
  position: absolute;
  padding: 8px;
  background: #8e8e8e;
  color: white;
  font-size: 16px;
  width: var(--arrow-size);
  height: var(--arrow-size);
  text-align: center;
  border-radius: 8px;
  z-index: 1;
}
.irlMice .thoughtful-solutions .thoughful-slick .slick-arrow.slick-prev {
  left: 0px;
  top: calc(50% - var(--arrow-size) / 2);
}
.irlMice .thoughtful-solutions .thoughful-slick .slick-arrow.slick-next {
  right: 0px;
  top: calc(50% - var(--arrow-size) / 2);
}
.irlMice .thoughtful-solutions .thoughful-slick .slick-arrow.slick-disabled {
  opacity: 0.7;
}
@media (max-width: 575.98px) {
  .irlMice .thoughtful-solutions .thoughful-slick {
    margin-top: 32px;
  }
}
.irlMice .thoughtful-solutions .thoughful-item {
  position: relative;
  overflow: hidden;
  display: grid;
  place-items: center bottom;
  isolation: isolate;
  border-radius: 16px;
  margin: 0px 16px;
}
.irlMice .thoughtful-solutions .thoughful-item > * {
  grid-area: 1/1;
}
.irlMice .thoughtful-solutions .thoughful-item .img-wrapper {
  width: 100%;
  z-index: 1;
}
.irlMice .thoughtful-solutions .thoughful-item .img-wrapper img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.irlMice .thoughtful-solutions .thoughful-item .item-text {
  padding: 16px 16px 16px 32px;
  color: white;
  align-self: end;
  z-index: 3;
  font-size: 20px;
}
.irlMice .thoughtful-solutions .thoughful-item::after {
  content: "";
  position: absolute;
  z-index: 2;
  bottom: 0px;
  width: 100%;
  height: 20%;
  background: linear-gradient(to bottom, transparent, black);
}

.irlMice .brand-trust {
  color: white;
  isolation: isolate;
  position: relative;
  padding: 0px;
}
.irlMice .brand-trust .section-title {
  text-align: center;
  margin-bottom: 48px;
}
.irlMice .brand-trust .bg-img {
  position: absolute;
  z-index: 1;
  height: 100%;
  width: 100%;
}
.irlMice .brand-trust .bg-img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.irlMice .brand-trust .bt-content {
  position: relative;
  z-index: 2;
  padding: 80px 12px;
}
.irlMice .brand-trust .bt-content .brand-trust-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}
.irlMice .brand-trust .bt-content .brand-trust-grid .bt-item {
  text-align: center;
}
.irlMice .brand-trust .bt-content .brand-trust-grid .bt-item img {
  margin-bottom: 16px;
  height: 70px;
}
.irlMice .brand-trust .bt-content .brand-trust-grid .bt-item .bt-copytext {
  margin-bottom: 0px;
}
.irlMice .brand-trust .bt-content .brand-trust-grid .bt-item .bt-copytext span {
  font-size: 2.5em;
  font-weight: bold;
}
@media (max-width: 991.98px) {
  .irlMice .brand-trust .bt-content .brand-trust-grid {
    gap: 16px;
  }
  .irlMice .brand-trust .bt-content .brand-trust-grid .bt-item img {
    height: 55px;
  }
}
@media (max-width: 991.98px) {
  .irlMice .brand-trust .bt-content .brand-trust-grid {
    grid-template-columns: repeat(1, 1fr);
    gap: 48px;
  }
  .irlMice .brand-trust .bt-content .brand-trust-grid .bt-item img {
    height: 55px;
  }
}
.irlMice .brand-trust br {
  display: block !important;
}

.irlMice .our-services h3 {
  font-weight: bold;
  margin: 16px 0px;
}

.irlMice .mice-specialist .container {
  position: relative;
}
.irlMice .mice-specialist .container .map {
  width: 80%;
}
.irlMice .mice-specialist .container .text-content {
  position: absolute;
  right: 0px;
  top: 0px;
}
@media (max-width: 991.98px) {
  .irlMice .mice-specialist .container .text-content {
    position: relative;
  }
}
@media (max-width: 991.98px) {
  .irlMice .mice-specialist .container .map {
    width: 100%;
  }
  .irlMice .mice-specialist .container .text-content {
    position: relative;
    margin-bottom: 16px;
  }
}

.irlMice .contact-us {
  color: black;
}
.irlMice .contact-us h1, .irlMice .contact-us h3 {
  font-weight: bold;
  text-align: center;
}
.irlMice .contact-us label {
  display: block;
  font-weight: bold;
  margin-bottom: 8px;
}
.irlMice .contact-us input, .irlMice .contact-us select, .irlMice .contact-us textarea {
  width: 100%;
  padding: 8px 16px;
  margin-bottom: 16px;
  border-radius: 4px;
  border-color: #a9a9a9;
  border-width: 1px;
}
.irlMice .contact-us select:invalid {
  color: #75758b;
}
.irlMice .contact-us select:invalid option {
  color: black;
}
.irlMice .contact-us select:invalid option:disabled {
  color: #75758b;
}
.irlMice .contact-us #alert {
  text-align: center;
  padding-bottom: 20px;
  color: #dc3545;
}
.irlMice .contact-us #alert.success {
  color: #28a745;
}

.irlMice .subpage-banner {
  padding: 0px;
}
.irlMice .subpage-banner .banner-item {
  display: grid;
  place-items: center;
}
.irlMice .subpage-banner .banner-item > * {
  grid-area: 1/1;
}
.irlMice .subpage-banner .banner-item img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  min-height: 250px;
}
.irlMice .subpage-banner .banner-item h1 {
  margin-bottom: 0px;
  color: white;
  text-transform: uppercase;
  padding: 16px;
  text-align: center;
}

.irlMice .services-banner-section {
  --text-top: 30%;
  --arrow-y: 20%;
  position: relative;
  padding: 0px;
  isolation: isolate;
}
@media (max-width: 1399.98px) {
  .irlMice .services-banner-section {
    --text-top: 40%;
  }
}
@media (max-width: 767.98px) {
  .irlMice .services-banner-section {
    --text-top: 50%;
  }
}
.irlMice .services-banner-section .service-banner-slick .slick-arrow {
  position: absolute;
  top: calc(var(--text-top) + 10px);
  z-index: 5;
  color: white;
  font-size: 20px;
}
.irlMice .services-banner-section .service-banner-slick .slick-arrow.slick-prev {
  left: var(--arrow-y);
}
.irlMice .services-banner-section .service-banner-slick .slick-arrow.slick-next {
  right: var(--arrow-y);
}
.irlMice .services-banner-section .desc {
  color: white;
  position: absolute;
  z-index: 3;
  text-align: center;
  transform: translateX(-50%);
  top: 48px;
  left: 50%;
}
.irlMice .services-banner-section .banner-item {
  position: relative;
  z-index: 1;
}
.irlMice .services-banner-section .banner-item .banner-img img {
  width: 100%;
  min-height: 500px;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 1;
}
.irlMice .services-banner-section .banner-item .banner-text {
  position: absolute;
  transform: translateX(-50%);
  top: var(--text-top);
  left: 50%;
  z-index: 3;
  color: white;
}
.irlMice .services-banner-section .banner-item .banner-text h2 {
  font-weight: bold;
  text-align: center;
  margin-bottom: 0px;
}
.irlMice .services-banner-section .banner-item::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  background: linear-gradient(to bottom, black, transparent);
  z-index: 2;
}

.irlMice .testimonial {
  position: relative;
  overflow: hidden;
  display: grid;
  place-items: center bottom;
  isolation: isolate;
  border-radius: 1rem;
  margin: 0rem 1rem;
}
.irlMice .testimonial h1 {
  margin-bottom: 50px;
}
.irlMice .testimonial .slick-arrow {
  --arrow-size: 40px;
  position: absolute;
  padding: 0.5rem;
  background: #8e8e8e;
  color: white;
  font-size: 1rem;
  width: var(--arrow-size);
  height: var(--arrow-size);
  text-align: center;
  border-radius: 0.5rem;
  z-index: 1;
}
.irlMice .testimonial .slick-arrow.slick-prev {
  left: 0px;
  top: calc(50% - var(--arrow-size) / 2);
}
.irlMice .testimonial .slick-arrow.slick-next {
  right: 0px;
  top: calc(50% - var(--arrow-size) / 2);
}
.irlMice .testimonial .slick-arrow.slick-disabled {
  opacity: 0.7;
}
.irlMice .testimonial .testimonial-item {
  padding: 30px;
  background: black;
  border-radius: 15px;
  color: white;
  margin: 0rem 1rem;
}
.irlMice .testimonial .testimonial-item .upper-item {
  display: flex;
  gap: 30px;
}
.irlMice .testimonial .testimonial-item .upper-item .quote-text {
  padding-top: 30px;
}
.irlMice .testimonial .testimonial-item hr {
  margin-top: 30px;
  margin-bottom: 30px;
}
.irlMice .testimonial .testimonial-item .profile {
  display: flex;
  gap: 30px;
}
.irlMice .testimonial .testimonial-item .profile .profile-img {
  width: 60px;
  height: 60px;
  overflow: hidden;
  border-radius: 50%;
}
.irlMice .testimonial .testimonial-item .profile .profile-img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.irlMice .testimonial .testimonial-item .profile .profile-details .profile-name {
  font-weight: bold;
  font-size: 24px;
}
@media (max-width: 991.98px) {
  .irlMice .testimonial h1 {
    margin-bottom: 20px;
  }
  .irlMice .testimonial .title-right {
    margin-bottom: 30px;
  }
}

/**
* Template Name: DevFolio
* Template URL: https://bootstrapmade.com/devfolio-bootstrap-portfolio-html-template/
* Updated: Jun 06 2024 with Bootstrap v5.3.3
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/
/*--------------------------------------------------------------
# Font & Color Variables
# Help: https://bootstrapmade.com/color-system/
--------------------------------------------------------------*/
/* Fonts */
:root {
  --default-font: "Poppins";
  --heading-font: "Poppins", sans-serif;
  --nav-font: "Poppins", sans-serif;
}

/* Global Colors - The following color variables are used throughout the website. Updating them here will change the color scheme of the entire website */
:root {
  --background-color: #ffffff; /* Background color for the entire website, including individual sections */
  --default-color: #4e4e4e; /* Default color used for the majority of the text content across the entire website */
  --heading-color: #0a090f; /* Color for headings, subheadings and title throughout the website */
  --accent-color: #0078ff; /* Accent color that represents your brand on the website. It's used for buttons, links, and other elements that need to stand out */
  --contrast-color: #ffffff; /* The contrast color is used for elements when the background color is one of the heading, accent, or default colors. Its purpose is to ensure proper contrast and readability when placed over these more dominant colors */
}

/* Nav Menu Colors - The following color variables are used specifically for the navigation menu. They are separate from the global colors to allow for more customization options */
:root {
  --nav-color: #ffffff; /* The default color of the main navmenu links */
  --nav-hover-color: #ffffff; /* Applied to main navmenu links when they are hovered over or active */
  --nav-dropdown-background-color: #ffffff; /* Used as the background color for dropdown items that appear when hovering over primary navigation items */
  --nav-dropdown-color: #212529; /* Used for navigation links of the dropdown items in the navigation menu. */
  --nav-dropdown-hover-color: #0078ff; /* Similar to --nav-hover-color, this color is applied to dropdown navigation links when they are hovered over. */
}

/* Template Custom Colors */
:root {
  --alt-background-color: #076cdd;
}

/* Smooth scroll */
:root {
  scroll-behavior: smooth;
}

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  color: var(--default-color);
  background-color: var(--background-color);
  font-family: var(--default-font);
}

a {
  color: var(--accent-color);
  text-decoration: none;
  transition: 0.3s;
}

a:hover {
  color: color-mix(in srgb, var(--accent-color), transparent 25%);
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--heading-color);
  font-family: var(--heading-font);
}

/*--------------------------------------------------------------
# Global Header
--------------------------------------------------------------*/
.header {
  --background-color: #000000;
  --default-color: #ffffff;
  --heading-color: #ffffff;
  color: var(--default-color);
  background-color: var(--background-color);
  padding: 20px 0;
  transition: all 0.5s;
  z-index: 997;
}

.header .logo {
  line-height: 1;
  margin-left: 5%;
}

.header .logo img {
  max-height: 100px;
}

.header .logo h1 {
  font-size: 30px;
  margin: 0;
  font-weight: 700;
  color: var(--heading-color);
}

.scrolled .header {
  box-shadow: 0px 0 18px color-mix(in srgb, var(--default-color), transparent 85%);
}

.irlColorGreen {
  color: #CEFD85;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Mobile Navigation */
@media (max-width: 4000px) {
  .mobile-nav-toggle {
    color: var(--nav-color);
    font-size: 50px;
    line-height: 0;
    margin-right: 10px;
    cursor: pointer;
    transition: color 0.3s;
  }
  .navmenu {
    /*padding-right: 5%;*/
    padding: 0 5% 0 0;
    z-index: 9997;
  }
  .navmenu ul {
    display: none;
    position: absolute;
    list-style-type: none;
    inset: 0;
    padding: 1% 5%;
    margin-left: 50%;
    border-radius: 6px;
    background: linear-gradient(#56BB6E, #6532E3);
    border: 1px solid color-mix(in srgb, var(--default-color), transparent 90%);
    box-shadow: none;
    overflow-y: auto;
    transition: 0.3s;
    z-index: 9998;
  }
  .navmenu img {
    width: 30%;
  }
  .navmenu ul li {
    padding-top: 5%;
  }
  .navmenu a,
  .navmenu a:focus {
    color: var(--nav-dropdown-color);
    padding: 10px 20px;
    font-family: var(--nav-font);
    font-size: 17px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: space-between;
    white-space: nowrap;
    transition: 0.3s;
  }
  .navmenu a i,
  .navmenu a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: 0.3s;
    background-color: color-mix(in srgb, var(--accent-color), transparent 90%);
  }
  .navmenu a i:hover,
  .navmenu a:focus i:hover {
    background-color: var(--accent-color);
    color: var(--contrast-color);
  }
  .navmenu a:hover,
  .navmenu .active,
  .navmenu .active:focus {
    color: var(--nav-dropdown-hover-color);
  }
  .navmenu .active i,
  .navmenu .active:focus i {
    background-color: var(--accent-color);
    color: var(--contrast-color);
    transform: rotate(180deg);
  }
  .navmenu .dropdown ul {
    position: static;
    display: none;
    z-index: 99;
    padding: 10px 0;
    margin: 10px 20px;
    background-color: var(--nav-dropdown-background-color);
    transition: all 0.5s ease-in-out;
  }
  .navmenu .dropdown ul ul {
    background-color: rgba(33, 37, 41, 0.1);
  }
  .navmenu .dropdown > .dropdown-active {
    display: block;
    background-color: rgba(33, 37, 41, 0.03);
  }
  .mobile-nav-active {
    overflow: hidden;
  }
  .mobile-nav-active .mobile-nav-toggle {
    color: #fff;
    position: absolute;
    font-size: 70px;
    top: 25px;
    right: 25px;
    margin-right: 0;
    z-index: 9999;
  }
  .mobile-nav-active .navmenu {
    position: fixed;
    overflow: hidden;
    inset: 0;
    background: rgba(33, 37, 41, 0.8);
    transition: 0.3s;
  }
  .mobile-nav-active .navmenu > ul {
    display: block;
  }
}
/*--------------------------------------------------------------
# Global Footer
--------------------------------------------------------------*/
.footer {
  background-color: #0E0A28;
  font-size: 14px;
  padding: 40px 0;
  position: relative;
}

.footer h4 {
  font-size: 30px;
  color: #CEFD85;
  text-align: center;
}

.footer h5 {
  font-size: 20px;
  color: white;
  text-align: center;
}

.irlLine {
  background: linear-gradient(to right, #6532E3, #56BB6E);
  width: 100%;
  height: 2px;
  margin-top: 20px;
}

.footer .copyright p {
  margin-bottom: 0;
  margin-left: 20px;
}

.footer .social-links {
  margin-top: 20px;
}

.footer .social-links a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  font-size: 16px;
  color: color-mix(in srgb, var(--default-color), transparent 40%);
  margin: 0 5px;
  transition: 0.3s;
}

.footer .social-links a:hover {
  color: var(--default-color);
  border-color: var(--default-color);
}

.footer .credits {
  margin-top: 10px;
  font-size: 13px;
  text-align: center;
}

.footer .credits a {
  color: color-mix(in srgb, var(--default-color), transparent 30%);
}

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  position: fixed;
  inset: 0;
  z-index: 999999;
  overflow: hidden;
  background: var(--background-color);
  transition: all 0.6s ease-out;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #ffffff;
  border-color: var(--accent-color) transparent var(--accent-color) transparent;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  animation: animate-preloader 1.5s linear infinite;
}

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/*--------------------------------------------------------------
# Scroll Top Button
--------------------------------------------------------------*/
.scroll-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: -15px;
  z-index: 99999;
  background-color: var(--accent-color);
  width: 44px;
  height: 44px;
  border-radius: 50px;
  transition: all 0.4s;
}

.scroll-top i {
  font-size: 24px;
  color: var(--contrast-color);
  line-height: 0;
}

.scroll-top:hover {
  background-color: color-mix(in srgb, var(--accent-color), transparent 20%);
  color: var(--contrast-color);
}

.scroll-top.active {
  visibility: visible;
  opacity: 1;
  bottom: 15px;
}

/*--------------------------------------------------------------
# Scroll contact Button
--------------------------------------------------------------*/
.scroll-contact {
  position: fixed;
  right: 50px;
  bottom: -20px;
  z-index: 99999;
  background-color: var(--accent-color);
}

.scroll-top:hover {
  background-color: color-mix(in srgb, var(--accent-color), transparent 20%);
  color: var(--contrast-color);
}

.scroll-top.active {
  visibility: visible;
  opacity: 1;
  bottom: 20px;
}

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}
/*--------------------------------------------------------------
# Global Page Titles & Breadcrumbs
--------------------------------------------------------------*/
.page-title {
  --background-color: color-mix(in srgb, var(--default-color), transparent 96%);
  color: var(--default-color);
  background-color: var(--background-color);
  padding: 25px 0;
  position: relative;
}

.page-title h1 {
  font-size: 24px;
  font-weight: 700;
}

.page-title .breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
  font-weight: 400;
}

.page-title .breadcrumbs ol li + li {
  padding-left: 10px;
}

.page-title .breadcrumbs ol li + li::before {
  content: "/";
  display: inline-block;
  padding-right: 10px;
  color: color-mix(in srgb, var(--default-color), transparent 70%);
}

/*--------------------------------------------------------------
# Global Sections
--------------------------------------------------------------*/
section,
.section {
  color: var(--default-color);
  background-color: var(--background-color);
  padding: 60px;
  /*margin-right: 60px;*/
  scroll-margin-top: 92px;
  overflow: clip;
}

@media (max-width: 1199px) {
  section,
  .section {
    scroll-margin-top: 76px;
  }
}
/*--------------------------------------------------------------
# Global Section Titles
--------------------------------------------------------------*/
.section-title {
  text-align: center;
  padding-bottom: 60px;
  position: relative;
}

.section-title h2 {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
}

.section-title h2:after {
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  height: 3px;
  background: var(--accent-color);
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.section-title p {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Home Section
--------------------------------------------------------------*/
.irlHome {
  --background-color: #000000;
  --default-color: #ffffff;
  --heading-color: #ffffff;
  width: 100%;
  /*min-height: calc(100vh - 92px);*/
  position: relative;
  padding: 10%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.irlHome img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 1;
}

.irlHome:before {
  content: "";
  background: color-mix(in srgb, var(--background-color), transparent 30%);
  position: absolute;
  inset: 0;
  z-index: 2;
}

.irlHome .container {
  position: relative;
  z-index: 3;
}

.irlHome .left-section {
  margin: 5%;
  margin-top: -10%;
}

.irlHome .right-section {
  padding: 10%;
}

h2 {
  margin: 0;
  font-size: 100px;
  font-weight: bold;
  font-family: Poppins;
}

h2 span {
  letter-spacing: 0px;
}

h3 {
  margin: 0;
  font-size: 70px;
  font-family: Poppins;
}

h4 {
  margin: 0;
  font-size: 40px;
  font-family: Poppins;
}

h5 {
  margin: 0;
  font-size: 20px;
  font-family: Poppins;
}

.chat-button {
  position: absolute;
  right: 35px;
  bottom: 100px;
}

.chat-button .gradient-background {
  background-image: url("/img/bubble-chat.png");
  border-radius: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/*--------------------------------------------------------------
# Block-2 Section
--------------------------------------------------------------*/
.irlBlock2 {
  --background-color: #000000;
  --default-color: #ffffff;
  --heading-color: #ffffff;
  width: 100%;
  /*min-height: calc(100vh - 92px);*/
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.irlLeftRightGradientBackground {
  background: linear-gradient(to right, #6532E3, #56BB6E);
}

.button-size {
  width: 120px;
  height: 120px;
}

.irlBlock2 .img-padding {
  padding: 10px;
}

/*--------------------------------------------------------------
# Block-3 Section
--------------------------------------------------------------*/
.irlBlock3 {
  --background-color: #000000;
  --default-color: #ffffff;
  --heading-color: #ffffff;
  width: 100%;
  /*min-height: calc(100vh - 92px);*/
  position: relative;
  align-items: center;
  justify-content: center;
}

.irlBlock3 img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 1;
}

.irlBlock3:before {
  content: "";
  background: color-mix(in srgb, var(--background-color), transparent 30%);
  position: absolute;
  inset: 0;
  z-index: 2;
}

.irlBlock3 .container {
  position: relative;
  z-index: 3;
  margin-top: 10%;
}

.irlBtnOutlineGradient {
  /*border-image: linear-gradient(to right, #6532E3, #56BB6E);*/
  position: relative;
  padding: 20px 20px;
  margin: 10px;
  color: #fff;
  font-size: 20px;
  border: 2px solid transparent;
  border-radius: 50px;
  background-image: linear-gradient(#0E0A28, #0E0A28), linear-gradient(to right, #6532E3, #56BB6E);
  background-origin: border-box;
  background-clip: padding-box, border-box;
  transition: color 0.3s, background-color 0.3s;
  width: 100%;
}

.irlArrowBtnGradient {
  position: relative;
  color: #fff;
  /*border: 2px solid transparent;*/
  border-radius: 50%;
  background-image: linear-gradient(transparent, transparent), linear-gradient(to right, #6532E3, #56BB6E);
  background-origin: border-box;
  background-clip: padding-box, border-box;
  transition: color 0.3s, background-color 0.3s;
}

.irlBtnOutlineGradient:hover {
  background-image: linear-gradient(transparent, transparent), linear-gradient(to right, #6532E3, #56BB6E);
}

.irlBlock3 .div-padding {
  padding: 0 0 3% 0;
  margin-top: 3%;
}

/*--------------------------------------------------------------
# Block-4 Section
--------------------------------------------------------------*/
.irlBlock4 {
  --background-color: #0E0A28;
  --default-color: #ffffff;
  --heading-color: #ffffff;
  width: 100%;
  /*min-height: calc(100vh - 92px);*/
  position: relative;
}

.irlBlock4Title {
  position: absolute;
  margin-top: 10%;
  margin-left: 10%;
  z-index: 4;
}

swiper-container {
  width: 75%;
  height: 100%;
  position: relative;
  margin-right: 0;
  margin-left: 30%;
}

swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

swiper-slide {
  width: 80%;
}

.swiper-caption {
  position: absolute;
  bottom: 2%; /* Adjust the vertical position as needed */
  right: 15%; /* Adjust the horizontal position as needed */
  left: auto;
  text-align: right; /* Optional: Align text to the right */
}

.swiper-button {
  position: absolute;
  bottom: 2%; /* Adjust the vertical position as needed */
  right: 5%; /* Adjust the horizontal position as needed */
  left: auto;
}

.swiper-button img {
  width: 70px;
}

/*--------------------------------------------------------------
# Contact Section
--------------------------------------------------------------*/
.irlContact {
  --background-color: #000000;
  --default-color: #ffffff;
  --heading-color: #ffffff;
  width: 100%;
  /*min-height: calc(100vh - 92px);*/
  position: relative;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.irlContact img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 1;
}

.irlContact:before {
  content: "";
  background: color-mix(in srgb, var(--background-color), transparent 30%);
  position: absolute;
  inset: 0;
  z-index: 2;
}

.irlContact .container {
  position: relative;
  z-index: 3;
}

.irlContact input {
  background-color: #100B30;
  color: white;
}

.irlContact textarea {
  background-color: #100B30;
  color: white;
}

.irlContact .irlBtnOutlineGradient {
  background-image: linear-gradient(transparent, transparent), linear-gradient(to right, #6532E3, #56BB6E);
}

/*--------------------------------------------------------------
# About us page
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Title section
--------------------------------------------------------------*/
.irlAboutusTitle {
  --background-color: #000000;
  --default-color: #ffffff;
  --heading-color: #ffffff;
  width: 100%;
  /*min-height: calc(100vh - 92px);*/
  position: relative;
  padding: 10%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.irlAboutusTitle img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 1;
}

.irlAboutusTitle:before {
  content: "";
  background: color-mix(in srgb, var(--background-color), transparent 30%);
  position: absolute;
  inset: 0;
  z-index: 2;
}

.irlZindex {
  z-index: 3;
}

.irlAboutusBlock {
  --background-color: #000000;
  --default-color: #ffffff;
  --heading-color: #ffffff;
  width: 100%;
  /*min-height: calc(100vh - 92px);*/
  position: relative;
  padding: 10%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
}

.irlAboutusBlock img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 1;
}

/*--------------------------------------------------------------
# Block-2 section
--------------------------------------------------------------*/
.irlGradientBackground2 {
  --background-color: #000000;
  --default-color: #ffffff;
  --heading-color: #ffffff;
  background: linear-gradient(#61086F, #0E0A28);
}

.irlAboutusBlock2ImgMarginLeft {
  margin-left: -10%;
}

.irlAboutusBlock2TextMargin {
  margin-left: 10%;
  margin-top: 5%;
}

@media (max-width: 1739px) {
  .button-size {
    width: 100px;
    height: 100px;
  }
  h2 {
    font-size: 65px;
  }
  h3 {
    font-size: 50px;
  }
  h4 {
    font-size: 32px;
  }
  h5 {
    font-size: 24px;
  }
}
@media (max-width: 1199px) {
  .button-size {
    width: 80px;
    height: 80px;
  }
  .irlAboutusBlock2ImgMarginLeft {
    margin-left: 0;
  }
  .irlAboutusBlock2TextMargin {
    margin-left: 0;
    margin-top: 5%;
  }
  h2 {
    font-size: 50px;
  }
  h3 {
    font-size: 30px;
  }
  h4 {
    font-size: 24px;
  }
  h5 {
    font-size: 18px;
  }
}
@media (max-width: 430px) {
  .section h2 {
    font-size: 30px;
  }
  .irlContact {
    padding: 0;
  }
}
@media (max-width: 768px) {
  .irlHome {
    display: block;
  }
  h2 {
    font-size: 32px;
  }
  h3 {
    font-size: 24px;
  }
  h4 {
    font-size: 24px;
  }
  h5 {
    font-size: 14px;
  }
  .irlBlock2 {
    display: block;
  }
  .irlHome p {
    font-size: 20px;
  }
  .irlBlock4 {
    display: block;
  }
  .footer h4 {
    font-size: 24px;
  }
  .footer h5 {
    font-size: 16px;
  }
  .button-size {
    width: 60px;
    height: 60px;
  }
  .chat-button {
    right: -35px;
  }
  .irlButtonDisplayBlock {
    display: block;
  }
  .irlCarouselLeftMargin {
    margin-left: 0;
  }
  .swiper-caption {
    bottom: 5%; /* Adjust the vertical position as needed */
    right: 20%;
  }
  .irlBlock4Title {
    position: absolute;
    top: 15px;
    left: 0;
    z-index: 4;
  }
  .swiper-button {
    position: absolute;
    /*bottom: 5%; !* Adjust the vertical position as needed *!*/
    right: -10%; /* Adjust the horizontal position as needed */
    left: auto;
  }
  .swiper-button img {
    width: 20px;
  }
  .irlRowAndCenter {
    display: flex;
    text-align: center !important;
  }
}
@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/*--------------------------------------------------------------
# Starter Section Section
--------------------------------------------------------------*/
.starter-section {
  /* Add your styles here */
}

:root {
  --default-font: "Poppins";
  --heading-font: "Poppins", sans-serif;
  --nav-font: "Poppins", sans-serif;
}

/* Global Colors - The following color variables are used throughout the website. Updating them here will change the color scheme of the entire website */
:root {
  --background-color: #ffffff; /* Background color for the entire website, including individual sections */
  --default-color: #4e4e4e; /* Default color used for the majority of the text content across the entire website */
  --heading-color: #0a090f; /* Color for headings, subheadings and title throughout the website */
  --accent-color: #0078ff; /* Accent color that represents your brand on the website. It's used for buttons, links, and other elements that need to stand out */
  --contrast-color: #ffffff; /* The contrast color is used for elements when the background color is one of the heading, accent, or default colors. Its purpose is to ensure proper contrast and readability when placed over these more dominant colors */
}

/* Nav Menu Colors - The following color variables are used specifically for the navigation menu. They are separate from the global colors to allow for more customization options */
:root {
  --nav-color: #ffffff; /* The default color of the main navmenu links */
  --nav-hover-color: #ffffff; /* Applied to main navmenu links when they are hovered over or active */
  --nav-dropdown-background-color: #ffffff; /* Used as the background color for dropdown items that appear when hovering over primary navigation items */
  --nav-dropdown-color: #212529; /* Used for navigation links of the dropdown items in the navigation menu. */
  --nav-dropdown-hover-color: #0078ff; /* Similar to --nav-hover-color, this color is applied to dropdown navigation links when they are hovered over. */
}

/* Template Custom Colors */
:root {
  --alt-background-color: #076cdd;
}

/* Smooth scroll */
:root {
  scroll-behavior: smooth;
}

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  color: var(--default-color);
  background-color: var(--background-color);
  font-family: var(--default-font);
}

a {
  color: var(--accent-color);
  text-decoration: none;
  transition: 0.3s;
}

a:hover {
  color: color-mix(in srgb, var(--accent-color), transparent 25%);
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--heading-color);
  font-family: var(--heading-font);
}

/*--------------------------------------------------------------
# Global Header
--------------------------------------------------------------*/
.header {
  --background-color: #000000;
  --default-color: #ffffff;
  --heading-color: #ffffff;
  color: var(--default-color);
  background-color: var(--background-color);
  padding: 20px 0;
  transition: all 0.5s;
  z-index: 997;
}

.header .logo {
  line-height: 1;
  margin-left: 5%;
}

.header .logo img {
  max-height: 100px;
}

.header .logo h1 {
  font-size: 30px;
  margin: 0;
  font-weight: 700;
  color: var(--heading-color);
}

.scrolled .header {
  box-shadow: 0px 0 18px color-mix(in srgb, var(--default-color), transparent 85%);
}

.irlColorGreen {
  color: #CEFD85;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Mobile Navigation */
@media (max-width: 4000px) {
  .mobile-nav-toggle {
    color: var(--nav-color);
    font-size: 50px;
    line-height: 0;
    margin-right: 10px;
    cursor: pointer;
    transition: color 0.3s;
  }
  .navmenu {
    /*padding-right: 5%;*/
    padding: 0 5% 0 0;
    z-index: 9997;
  }
  .navmenu ul {
    display: none;
    position: absolute;
    list-style-type: none;
    inset: 0;
    padding: 1% 5%;
    margin-left: 50%;
    border-radius: 6px;
    background: linear-gradient(#56BB6E, #6532E3);
    border: 1px solid color-mix(in srgb, var(--default-color), transparent 90%);
    box-shadow: none;
    overflow-y: auto;
    transition: 0.3s;
    z-index: 9998;
  }
  .navmenu img {
    width: 30%;
  }
  .navmenu ul li {
    padding-top: 5%;
  }
  .navmenu a,
  .navmenu a:focus {
    color: var(--nav-dropdown-color);
    padding: 10px 20px;
    font-family: var(--nav-font);
    font-size: 17px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: space-between;
    white-space: nowrap;
    transition: 0.3s;
  }
  .navmenu a i,
  .navmenu a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: 0.3s;
    background-color: color-mix(in srgb, var(--accent-color), transparent 90%);
  }
  .navmenu a i:hover,
  .navmenu a:focus i:hover {
    background-color: var(--accent-color);
    color: var(--contrast-color);
  }
  .navmenu a:hover,
  .navmenu .active,
  .navmenu .active:focus {
    color: var(--nav-dropdown-hover-color);
  }
  .navmenu .active i,
  .navmenu .active:focus i {
    background-color: var(--accent-color);
    color: var(--contrast-color);
    transform: rotate(180deg);
  }
  .navmenu .dropdown ul {
    position: static;
    display: none;
    z-index: 99;
    padding: 10px 0;
    margin: 10px 20px;
    background-color: var(--nav-dropdown-background-color);
    transition: all 0.5s ease-in-out;
  }
  .navmenu .dropdown ul ul {
    background-color: rgba(33, 37, 41, 0.1);
  }
  .navmenu .dropdown > .dropdown-active {
    display: block;
    background-color: rgba(33, 37, 41, 0.03);
  }
  .mobile-nav-active {
    overflow: hidden;
  }
  .mobile-nav-active .mobile-nav-toggle {
    color: #fff;
    position: absolute;
    font-size: 70px;
    top: 25px;
    right: 25px;
    margin-right: 0;
    z-index: 9999;
  }
  .mobile-nav-active .navmenu {
    position: fixed;
    overflow: hidden;
    inset: 0;
    background: rgba(33, 37, 41, 0.8);
    transition: 0.3s;
  }
  .mobile-nav-active .navmenu > ul {
    display: block;
  }
}
/*--------------------------------------------------------------
# Global Footer
--------------------------------------------------------------*/
.footer {
  background-color: #0E0A28;
  font-size: 14px;
  padding: 40px 0;
  position: relative;
}

.footer h4 {
  font-size: 30px;
  color: #CEFD85;
  text-align: center;
}

.footer h5 {
  font-size: 20px;
  color: white;
  text-align: center;
}

.irlLine {
  background: linear-gradient(to right, #6532E3, #56BB6E);
  width: 100%;
  height: 2px;
  margin-top: 20px;
}

.footer .copyright p {
  margin-bottom: 0;
  margin-left: 20px;
}

.footer .social-links {
  margin-top: 20px;
}

.footer .social-links a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  font-size: 16px;
  color: color-mix(in srgb, var(--default-color), transparent 40%);
  margin: 0 5px;
  transition: 0.3s;
}

.footer .social-links a:hover {
  color: var(--default-color);
  border-color: var(--default-color);
}

.footer .credits {
  margin-top: 10px;
  font-size: 13px;
  text-align: center;
}

.footer .credits a {
  color: color-mix(in srgb, var(--default-color), transparent 30%);
}

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  position: fixed;
  inset: 0;
  z-index: 999999;
  overflow: hidden;
  background: var(--background-color);
  transition: all 0.6s ease-out;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #ffffff;
  border-color: var(--accent-color) transparent var(--accent-color) transparent;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  animation: animate-preloader 1.5s linear infinite;
}

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/*--------------------------------------------------------------
# Scroll Top Button
--------------------------------------------------------------*/
.scroll-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: -15px;
  z-index: 99999;
  background-color: var(--accent-color);
  width: 44px;
  height: 44px;
  border-radius: 50px;
  transition: all 0.4s;
}

.scroll-top i {
  font-size: 24px;
  color: var(--contrast-color);
  line-height: 0;
}

.scroll-top:hover {
  background-color: color-mix(in srgb, var(--accent-color), transparent 20%);
  color: var(--contrast-color);
}

.scroll-top.active {
  visibility: visible;
  opacity: 1;
  bottom: 15px;
}

/*--------------------------------------------------------------
# Scroll contact Button
--------------------------------------------------------------*/
.scroll-contact {
  position: fixed;
  right: 50px;
  bottom: -20px;
  z-index: 99999;
  background-color: var(--accent-color);
}

.scroll-top:hover {
  background-color: color-mix(in srgb, var(--accent-color), transparent 20%);
  color: var(--contrast-color);
}

.scroll-top.active {
  visibility: visible;
  opacity: 1;
  bottom: 20px;
}

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}
/*--------------------------------------------------------------
# Global Page Titles & Breadcrumbs
--------------------------------------------------------------*/
.page-title {
  --background-color: color-mix(in srgb, var(--default-color), transparent 96%);
  color: var(--default-color);
  background-color: var(--background-color);
  padding: 25px 0;
  position: relative;
}

.page-title h1 {
  font-size: 24px;
  font-weight: 700;
}

.page-title .breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
  font-weight: 400;
}

.page-title .breadcrumbs ol li + li {
  padding-left: 10px;
}

.page-title .breadcrumbs ol li + li::before {
  content: "/";
  display: inline-block;
  padding-right: 10px;
  color: color-mix(in srgb, var(--default-color), transparent 70%);
}

/*--------------------------------------------------------------
# Global Sections
--------------------------------------------------------------*/
section,
.section {
  color: var(--default-color);
  background-color: var(--background-color);
  padding: 60px;
  /*margin-right: 60px;*/
  scroll-margin-top: 92px;
  overflow: clip;
}

@media (max-width: 1199px) {
  section,
  .section {
    scroll-margin-top: 76px;
  }
}
/*--------------------------------------------------------------
# Global Section Titles
--------------------------------------------------------------*/
.section-title {
  text-align: center;
  padding-bottom: 60px;
  position: relative;
}

.section-title h2 {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
}

.section-title h2:after {
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  height: 3px;
  background: var(--accent-color);
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.section-title p {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Home Section
--------------------------------------------------------------*/
.irlHome {
  --background-color: #000000;
  --default-color: #ffffff;
  --heading-color: #ffffff;
  width: 100%;
  /*min-height: calc(100vh - 92px);*/
  position: relative;
  padding: 10%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.irlHome img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 1;
}

.irlHome:before {
  content: "";
  background: color-mix(in srgb, var(--background-color), transparent 30%);
  position: absolute;
  inset: 0;
  z-index: 2;
}

.irlHome .container {
  position: relative;
  z-index: 3;
}

.irlHome .left-section {
  margin: 5%;
  margin-top: -10%;
}

.irlHome .right-section {
  padding: 10%;
}

h2 {
  margin: 0;
  font-size: 100px;
  font-weight: bold;
  font-family: Poppins;
}

h2 span {
  letter-spacing: 0px;
}

h3 {
  margin: 0;
  font-size: 70px;
  font-family: Poppins;
}

h4 {
  margin: 0;
  font-size: 40px;
  font-family: Poppins;
}

h5 {
  margin: 0;
  font-size: 20px;
  font-family: Poppins;
}

.chat-button {
  position: absolute;
  right: 35px;
  bottom: 100px;
}

.chat-button .gradient-background {
  background-image: url("/img/bubble-chat.png");
  border-radius: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/*--------------------------------------------------------------
# Block-2 Section
--------------------------------------------------------------*/
.irlBlock2 {
  --background-color: #000000;
  --default-color: #ffffff;
  --heading-color: #ffffff;
  width: 100%;
  /*min-height: calc(100vh - 92px);*/
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.irlLeftRightGradientBackground {
  background: linear-gradient(to right, #6532E3, #56BB6E);
}

.button-size {
  width: 120px;
  height: 120px;
}

.irlBlock2 .img-padding {
  padding: 10px;
}

/*--------------------------------------------------------------
# Block-3 Section
--------------------------------------------------------------*/
.irlBlock3 {
  --background-color: #000000;
  --default-color: #ffffff;
  --heading-color: #ffffff;
  width: 100%;
  /*min-height: calc(100vh - 92px);*/
  position: relative;
  align-items: center;
  justify-content: center;
}

.irlBlock3 img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 1;
}

.irlBlock3:before {
  content: "";
  background: color-mix(in srgb, var(--background-color), transparent 30%);
  position: absolute;
  inset: 0;
  z-index: 2;
}

.irlBlock3 .container {
  position: relative;
  z-index: 3;
  margin-top: 10%;
}

.irlBtnOutlineGradient {
  /*border-image: linear-gradient(to right, #6532E3, #56BB6E);*/
  position: relative;
  padding: 20px 20px;
  margin: 10px;
  color: #fff;
  font-size: 16px;
  border: 2px solid transparent;
  border-radius: 50px;
  background-image: linear-gradient(#0E0A28, #0E0A28), linear-gradient(to right, #6532E3, #56BB6E);
  background-origin: border-box;
  background-clip: padding-box, border-box;
  transition: color 0.3s, background-color 0.3s;
  width: 100%;
  height: -webkit-fill-available;
}

.irlArrowBtnGradient {
  position: relative;
  color: #fff;
  /*border: 2px solid transparent;*/
  border-radius: 50%;
  background-image: linear-gradient(transparent, transparent), linear-gradient(to right, #6532E3, #56BB6E);
  background-origin: border-box;
  background-clip: padding-box, border-box;
  transition: color 0.3s, background-color 0.3s;
}

.irlBtnOutlineGradient:hover {
  background-image: linear-gradient(transparent, transparent), linear-gradient(to right, #6532E3, #56BB6E);
}

.irlBlock3 .div-padding {
  padding: 0 0 3% 0;
  margin-top: 3%;
}

/*--------------------------------------------------------------
# Block-4 Section
--------------------------------------------------------------*/
.irlBlock4 {
  --background-color: #0E0A28;
  --default-color: #ffffff;
  --heading-color: #ffffff;
  width: 100%;
  /*min-height: calc(100vh - 92px);*/
  position: relative;
}

.irlBlock4Title {
  position: absolute;
  margin-top: 10%;
  margin-left: 10%;
  z-index: 4;
}

.swiper-container {
  width: 75%;
  position: relative;
  margin-right: 0;
  margin-left: 30%;
}

.swiper-slide {
  background-position: right;
  background-size: cover;
  width: 80%;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.swiper-caption {
  position: absolute;
  bottom: 2%; /* Adjust the vertical position as needed */
  right: 15%; /* Adjust the horizontal position as needed */
  left: auto;
  text-align: right; /* Optional: Align text to the right */
}

.swiper-button {
  position: absolute;
  bottom: 2%; /* Adjust the vertical position as needed */
  right: 5%; /* Adjust the horizontal position as needed */
  left: auto;
}

.swiper-button img {
  width: 70px;
}

/*--------------------------------------------------------------
# Contact Section
--------------------------------------------------------------*/
.irlContact {
  --background-color: #000000;
  --default-color: #ffffff;
  --heading-color: #ffffff;
  width: 100%;
  /*min-height: calc(100vh - 92px);*/
  position: relative;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.irlContact img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 1;
}

.irlContact:before {
  content: "";
  background: color-mix(in srgb, var(--background-color), transparent 30%);
  position: absolute;
  inset: 0;
  z-index: 2;
}

.irlContact .container {
  position: relative;
  z-index: 3;
}

.irlContact input {
  background-color: #100B30;
  color: white;
}

.irlContact textarea {
  background-color: #100B30;
  color: white;
}

.irlContact .irlBtnOutlineGradient {
  background-image: linear-gradient(transparent, transparent), linear-gradient(to right, #6532E3, #56BB6E);
}

/*--------------------------------------------------------------
# About us page
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Title section
--------------------------------------------------------------*/
.irlAboutusTitle {
  --background-color: #000000;
  --default-color: #ffffff;
  --heading-color: #ffffff;
  width: 100%;
  /*min-height: calc(100vh - 92px);*/
  position: relative;
  padding: 10%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.irlAboutusTitle img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 1;
}

.irlAboutusTitle:before {
  content: "";
  background: color-mix(in srgb, var(--background-color), transparent 30%);
  position: absolute;
  inset: 0;
  z-index: 2;
}

.irlZindex {
  z-index: 3;
}

.irlAboutusBlock {
  --background-color: #000000;
  --default-color: #ffffff;
  --heading-color: #ffffff;
  width: 100%;
  /*min-height: calc(100vh - 92px);*/
  position: relative;
  padding: 10%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
}

.irlAboutusBlock img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 1;
}

/*--------------------------------------------------------------
# Block-2 section
--------------------------------------------------------------*/
.irlGradientBackground2 {
  --background-color: #000000;
  --default-color: #ffffff;
  --heading-color: #ffffff;
  background: linear-gradient(#61086F, #0E0A28);
}

.irlAboutusBlock2ImgMarginLeft {
  margin-left: -10%;
}

.irlAboutusBlock2TextMargin {
  margin-left: 10%;
  margin-top: 5%;
}

@media (max-width: 1739px) {
  .button-size {
    width: 100px;
    height: 100px;
  }
  h2 {
    font-size: 65px;
  }
  h3 {
    font-size: 50px;
  }
  h4 {
    font-size: 32px;
  }
  h5 {
    font-size: 24px;
  }
}
@media (max-width: 1199px) {
  .button-size {
    width: 80px;
    height: 80px;
  }
  .irlAboutusBlock2ImgMarginLeft {
    margin-left: 0;
  }
  .irlAboutusBlock2TextMargin {
    margin-left: 0;
    margin-top: 5%;
  }
  .irlButtonDisplayBlock {
    display: block;
  }
  h2 {
    font-size: 50px;
  }
  h3 {
    font-size: 30px;
  }
  h4 {
    font-size: 24px;
  }
  h5 {
    font-size: 18px;
  }
  .swiper-container {
    width: 75%;
    height: 70%;
  }
}
@media (max-width: 430px) {
  .section h2 {
    font-size: 30px;
  }
  .irlContact {
    padding: 0;
  }
}
@media (max-width: 768px) {
  .irlHome {
    display: block;
  }
  .irlBtnOutlineGradient {
    font-size: 14px;
  }
  .social-links a {
    margin: 0;
    padding: 5px;
  }
  h2 {
    font-size: 32px;
  }
  h3 {
    font-size: 24px;
  }
  h4 {
    font-size: 24px;
  }
  h5 {
    font-size: 14px;
  }
  .irlBlock2 {
    display: block;
  }
  .irlHome p {
    font-size: 20px;
  }
  .irlBlock4 {
    display: block;
  }
  .footer h4 {
    font-size: 24px;
  }
  .footer h5 {
    font-size: 16px;
  }
  .button-size {
    width: 60px;
    height: 60px;
  }
  .chat-button {
    right: -35px;
  }
  .irlButtonDisplayBlock {
    display: block;
  }
  .irlCarouselLeftMargin {
    margin-left: 0;
  }
  .swiper-caption {
    bottom: 5%; /* Adjust the vertical position as needed */
    right: 20%;
  }
  .swiper-container {
    width: 75%;
    height: 30%;
  }
  .irlBlock4Title {
    position: absolute;
    top: 15px;
    left: 0;
    z-index: 4;
  }
  .swiper-button {
    position: absolute;
    /*bottom: 5%; !* Adjust the vertical position as needed *!*/
    right: -10%; /* Adjust the horizontal position as needed */
    left: auto;
  }
  .swiper-button img {
    width: 20px;
  }
  .irlRowAndCenter {
    display: flex;
    text-align: center !important;
  }
}
@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/*--------------------------------------------------------------
# Starter Section Section
--------------------------------------------------------------*/
.starter-section {
  /* Add your styles here */
}

/* Fonts */
:root {
  --default-font: "Poppins";
  --heading-font: "Poppins", sans-serif;
  --nav-font: "Poppins", sans-serif;
}

/* Global Colors - The following color variables are used throughout the website. Updating them here will change the color scheme of the entire website */
:root {
  --background-color: #ffffff; /* Background color for the entire website, including individual sections */
  --default-color: #2f3138; /* Default color used for the majority of the text content across the entire website */
  --heading-color: #0e1b4d; /* Color for headings, subheadings and title throughout the website */
  --accent-color: #11A4FF; /* Accent color that represents your brand on the website. It's used for buttons, links, and other elements that need to stand out */
  --contrast-color: #ffffff; /* The contrast color is used for elements when the background color is one of the heading, accent, or default colors. Its purpose is to ensure proper contrast and readability when placed over these more dominant colors */
}

/* Nav Menu Colors - The following color variables are used specifically for the navigation menu. They are separate from the global colors to allow for more customization options */
:root {
  --nav-color: rgba(255, 255, 255, 0.65); /* The default color of the main navmenu links */
  --nav-hover-color: #ffffff; /* Applied to main navmenu links when they are hovered over or active */
  --nav-dropdown-background-color: #ffffff; /* Used as the background color for dropdown items that appear when hovering over primary navigation items */
  --nav-dropdown-color: #212529; /* Used for navigation links of the dropdown items in the navigation menu. */
  --nav-dropdown-hover-color: #f82249; /* Similar to --nav-hover-color, this color is applied to dropdown navigation links when they are hovered over. */
}

/* Template Custom Colors */
:root {
  --alt-background-color: #000820;
}

/* Smooth scroll */
:root {
  scroll-behavior: smooth;
}

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  color: var(--default-color);
  background-color: var(--background-color);
  font-family: var(--default-font);
  width: 100%;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

html,
body {
  overflow-x: hidden;
}

a {
  color: var(--accent-color);
  text-decoration: none;
  transition: 0.3s;
}

a:hover {
  color: color-mix(in srgb, var(--accent-color), transparent 25%);
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--heading-color);
  font-family: var(--heading-font);
}

/*--------------------------------------------------------------
# Global irlTwiportHeader
--------------------------------------------------------------*/
.irlTwiportHeader {
  --background-color: rgba(0, 0, 0, 0);
  --heading-color: #ffffff;
  color: var(--default-color);
  background-color: var(--background-color);
  padding: 20px 0;
  transition: all 0.5s;
  z-index: 997;
}

.irlTwiportHeader .logo {
  line-height: 1;
}

.irlTwiportHeader .logo img {
  max-height: 50px;
  margin-right: 8px;
}

.irlTwiportHeader .logo h1 {
  font-size: 30px;
  margin: 0;
  color: var(--heading-color);
}

.irlTwiportHeader .cta-btn,
.irlTwiportHeader .cta-btn:focus {
  color: var(--contrast-color);
  background: var(--accent-color);
  font-size: 14px;
  padding: 8px 25px;
  margin: 0 0 0 30px;
  border-radius: 50px;
  transition: 0.3s;
}

.irlTwiportHeader .cta-btn:hover,
.irlTwiportHeader .cta-btn:focus:hover {
  color: var(--contrast-color);
  background: color-mix(in srgb, var(--accent-color), transparent 15%);
}

@media (max-width: 1200px) {
  .irlTwiportHeader .logo {
    order: 1;
  }
  .irlTwiportHeader .btn-getstarted {
    order: 2;
    margin: 0 15px 0 0;
    padding: 6px 15px;
  }
  .irlTwiportHeader .irlTwiportNavmenu {
    order: 3;
  }
}
.scrolled .irlTwiportHeader {
  box-shadow: 0px 0 18px color-mix(in srgb, var(--default-color), transparent 85%);
}

/* Global irlTwiportHeader on Scroll
------------------------------*/
.scrolled .irlTwiportHeader {
  --background-color: rgba(1, 8, 33, 0.82);
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Desktop Navigation */
@media (min-width: 1200px) {
  .irlTwiportNavmenu {
    padding: 0;
  }
  .irlTwiportNavmenu img {
    display: none;
  }
  .irlNavFooter {
    display: none;
  }
  .irlTwiportNavmenu ul {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    align-items: center;
  }
  .irlTwiportNavmenu li {
    position: relative;
  }
  .irlTwiportNavmenu > ul > li {
    white-space: nowrap;
    padding: 15px 14px;
  }
  .irlTwiportNavmenu > ul > li:last-child {
    padding-right: 0;
  }
  .irlTwiportNavmenu a,
  .irlTwiportNavmenu a:focus {
    color: var(--nav-color);
    font-size: 15px;
    padding: 0 20px;
    font-family: var(--nav-font);
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: space-between;
    white-space: nowrap;
    transition: 0.3s;
    position: relative;
  }
  .irlTwiportNavmenu a i,
  .irlTwiportNavmenu a:focus i {
    font-size: 28px;
    line-height: 0;
    margin-left: 5px;
    transition: 0.3s;
  }
  .irlTwiportNavmenu > ul > li > a:before {
    content: "";
    position: absolute;
    height: 2px;
    bottom: -6px;
    left: 0;
    background-color: var(--accent-color);
    visibility: hidden;
    width: 0px;
    transition: all 0.3s ease-in-out 0s;
  }
  .irlTwiportNavmenu a:hover:before,
  .irlTwiportNavmenu li:hover > a:before,
  .irlTwiportNavmenu .active:before {
    visibility: visible;
    width: 100%;
  }
  .irlTwiportNavmenu li:hover > a,
  .irlTwiportNavmenu .active,
  .irlTwiportNavmenu .active:focus {
    color: var(--nav-hover-color);
  }
  .irlTwiportNavmenu .dropdown ul {
    margin: 0;
    padding: 10px 0;
    background: var(--nav-dropdown-background-color);
    display: block;
    position: absolute;
    visibility: hidden;
    left: 14px;
    top: 130%;
    opacity: 0;
    transition: 0.3s;
    border-radius: 4px;
    z-index: 99;
    box-shadow: 0px 0px 30px color-mix(in srgb, var(--default-color), transparent 85%);
  }
  .irlTwiportNavmenu .dropdown ul li {
    min-width: 200px;
  }
  .irlTwiportNavmenu .dropdown ul a {
    padding: 10px 20px;
    font-size: 15px;
    text-transform: none;
    color: var(--nav-dropdown-color);
  }
  .irlTwiportNavmenu .dropdown ul a i {
    font-size: 12px;
  }
  .irlTwiportNavmenu .dropdown ul a:hover,
  .irlTwiportNavmenu .dropdown ul .active:hover,
  .irlTwiportNavmenu .dropdown ul li:hover > a {
    color: var(--nav-dropdown-hover-color);
  }
  .irlTwiportNavmenu .dropdown:hover > ul {
    opacity: 1;
    top: 100%;
    visibility: visible;
  }
  .irlTwiportNavmenu .dropdown .dropdown ul {
    top: 0;
    left: -90%;
    visibility: hidden;
  }
  .irlTwiportNavmenu .dropdown .dropdown:hover > ul {
    opacity: 1;
    top: 0;
    left: -100%;
    visibility: visible;
  }
}
/* Mobile Navigation */
@media (max-width: 1199px) {
  .mobile-nav-toggle {
    color: var(--nav-color);
    font-size: 42px;
    line-height: 0;
    margin-right: 10px;
    cursor: pointer;
    transition: color 0.3s;
  }
  .irlTwiportNavmenu {
    padding: 0 5% 0 0;
    z-index: 9997;
  }
  .irlTwiportNavmenu ul {
    display: none;
    position: absolute;
    inset: 20px 20px 20px 20px;
    padding: 10px 0;
    margin: 0;
    border-radius: 6px;
    background-color: var(--nav-dropdown-background-color);
    border: 1px solid color-mix(in srgb, var(--default-color), transparent 90%);
    box-shadow: none;
    overflow-y: auto;
    transition: 0.3s;
    z-index: 9998;
  }
  .irlTwiportNavmenu img {
    margin: 40px 20px;
    width: 30%;
  }
  .irlNavFooter {
    width: 100%;
    position: absolute;
    bottom: 0;
  }
  .irlTwiportNavmenu a,
  .irlTwiportNavmenu a:focus {
    color: var(--nav-dropdown-color);
    padding: 10px 20px;
    font-family: var(--nav-font);
    font-size: 32px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: space-between;
    white-space: nowrap;
    transition: 0.3s;
  }
  .irlTwiportNavmenu a i,
  .irlTwiportNavmenu a:focus i {
    font-size: 28px;
    line-height: 0;
    margin-left: 5px;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: 0.3s;
    background-color: color-mix(in srgb, var(--accent-color), transparent 90%);
  }
  .irlTwiportNavmenu a i:hover,
  .irlTwiportNavmenu a:focus i:hover {
    background-color: var(--accent-color);
    color: var(--contrast-color);
  }
  .irlTwiportNavmenu a:hover,
  .irlTwiportNavmenu .active,
  .irlTwiportNavmenu .active:focus {
    color: var(--nav-dropdown-hover-color);
  }
  .irlTwiportNavmenu .active i,
  .irlTwiportNavmenu .active:focus i {
    background-color: var(--accent-color);
    color: var(--contrast-color);
    transform: rotate(180deg);
  }
  .irlTwiportNavmenu .dropdown ul {
    position: static;
    display: none;
    z-index: 99;
    padding: 10px 0;
    margin: 10px 20px;
    background-color: var(--nav-dropdown-background-color);
    transition: all 0.5s ease-in-out;
  }
  .irlTwiportNavmenu .dropdown ul ul {
    background-color: rgba(33, 37, 41, 0.1);
  }
  .irlTwiportNavmenu .dropdown > .dropdown-active {
    display: block;
    background-color: rgba(33, 37, 41, 0.03);
  }
  .mobile-nav-active {
    overflow: hidden;
  }
  .mobile-nav-active .mobile-nav-toggle {
    color: #000;
    position: absolute;
    font-size: 42px;
    top: 20px;
    right: 30px;
    margin-right: 0;
    z-index: 9999;
  }
  .mobile-nav-active .irlTwiportNavmenu {
    position: fixed;
    overflow: hidden;
    inset: 0;
    background: rgba(33, 37, 41, 0.8);
    transition: 0.3s;
  }
  .mobile-nav-active .irlTwiportNavmenu > ul {
    display: block;
  }
}
/*--------------------------------------------------------------
# Global Footer
--------------------------------------------------------------*/
.footer {
  --background-color: var(--alt-background-color);
  --default-color: #ffffff;
  --heading-color: #ffffff;
  --contrast-color: #ffffff;
  color: var(--default-color);
  background-color: var(--background-color);
  font-size: 14px;
  position: relative;
}

.footer .footer-top {
  padding: 30px;
}

.footer .logo {
  line-height: 1;
}

.footer img {
  max-height: 50px;
  margin-right: 8px;
}

.footer h4 {
  font-size: 16px;
  font-weight: 600;
  position: relative;
  padding-bottom: 12px;
  margin-bottom: 15px;
}

.footer h4::after {
  content: "";
  position: absolute;
  display: block;
  width: 20px;
  height: 2px;
  background: var(--accent-color);
  bottom: 0;
  left: 0;
}

.irlLine {
  background: #888888;
  width: 100%;
  height: 1px;
}

.footer .copyright p {
  margin-bottom: 0;
  margin-left: 10%;
  text-align: start;
  padding-top: 10px;
}

.footer .social-links {
  display: flex;
  justify-content: right;
}

.footer .social-links a {
  font-size: 24px;
  /* display: inline-block; */
  color: var(--contrast-color);
  line-height: 1;
  padding: 8px 30px;
  transition: 0.3s;
}

.footer .social-links a:hover {
  background: var(--accent-color);
  text-decoration: none;
}

footer .irlRowAndCenter {
  display: flex;
  text-align: center !important;
  justify-content: center;
}

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  position: fixed;
  inset: 0;
  z-index: 999999;
  overflow: hidden;
  background: var(--background-color);
  transition: all 0.6s ease-out;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #ffffff;
  border-color: var(--accent-color) transparent var(--accent-color) transparent;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  animation: animate-preloader 1.5s linear infinite;
}

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/*--------------------------------------------------------------
# Scroll Top Button
--------------------------------------------------------------*/
.scroll-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: -15px;
  z-index: 99999;
  background-color: var(--accent-color);
  width: 44px;
  height: 44px;
  border-radius: 50px;
  transition: all 0.4s;
}

.scroll-top i {
  font-size: 24px;
  color: var(--contrast-color);
  line-height: 0;
}

.scroll-top:hover {
  background-color: color-mix(in srgb, var(--accent-color), transparent 20%);
  color: var(--contrast-color);
}

.scroll-top.active {
  visibility: visible;
  opacity: 1;
  bottom: 15px;
}

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}
/*--------------------------------------------------------------
# Global Page Titles & Breadcrumbs
--------------------------------------------------------------*/
.page-title {
  --background-color: #000000;
  --heading-color: var(--contrast-color);
  --default-color: var(--contrast-color);
  color: var(--default-color);
  background-color: var(--background-color);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 160px 0 80px 0;
  text-align: center;
  position: relative;
}

.page-title:before {
  content: "";
  background-color: color-mix(in srgb, var(--background-color), transparent 50%);
  position: absolute;
  inset: 0;
}

.page-title h1 {
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 10px;
}

.page-title .breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  justify-content: center;
  padding: 0;
  margin: 0;
  font-size: 16px;
  font-weight: 400;
}

.page-title .breadcrumbs ol li + li {
  padding-left: 10px;
}

.page-title .breadcrumbs ol li + li::before {
  content: "/";
  display: inline-block;
  padding-right: 10px;
  color: color-mix(in srgb, var(--default-color), transparent 50%);
}

/*--------------------------------------------------------------
# Global Sections
--------------------------------------------------------------*/
section,
.section {
  color: var(--default-color);
  background-color: var(--background-color);
  padding: 30px 0;
  scroll-margin-top: 92px;
  overflow: clip;
}

@media (max-width: 1199px) {
  section,
  .section {
    scroll-margin-top: 76px;
  }
}
.irlRoundButton {
  border-radius: 50px;
  font-size: large;
}

/*--------------------------------------------------------------
# Global Section Titles
--------------------------------------------------------------*/
.section-title {
  text-align: center;
  padding-bottom: 60px;
  position: relative;
}

.section-title h2 {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
}

.section-title h2:after {
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  height: 3px;
  background: var(--accent-color);
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.section-title p {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Landing Section
--------------------------------------------------------------*/
.irlLandingPage {
  position: relative;
  width: 100%;
  height: 100vh;
  background-image: url("/img/landing-page.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 0;
}

@media only screen and (min-width: 768px) {
  .irlLandingPage {
    background-attachment: fixed;
  }
}
.irlLandingPage img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 0;
}

.irlLanding {
  --default-color: #ffffff;
  --background-color: #010922;
  --heading-color: #ffffff;
  width: 100%;
  min-height: 100vh;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background: transparent;
}

/* .irlLanding:before {
  content: "";
  _background: color-mix(in srgb, var(--background-color), transparent 30%);
  position: absolute;
  inset: 0;
  z-index: 2;
} */
.irlLanding .container {
  position: relative;
  z-index: 3;
}

.irlLanding h1 {
  margin: 0;
  font-size: 64px;
  font-weight: 500;
  padding: 0 10px;
  text-align: center;
}

.irlLanding h3 {
  font-size: 25px;
}

.irlLanding h1 span {
  color: var(--accent-color);
}

.irlLanding p {
  color: color-mix(in srgb, var(--default-color), transparent 20%);
  margin: 0;
  font-size: 24px;
}

@media (max-width: 768px) {
  .irlLanding h1 {
    font-size: 60px;
    font-weight: normal;
  }
  .irlLanding h2 {
    font-size: 32px;
    line-height: 36px;
  }
  .irlContentAnimationContainer {
    max-width: 300px;
    width: 20px;
    max-height: 75px;
  }
  .irlTwiportBlock4ContentAnimationContainer {
    max-width: 350px;
    width: 20px;
    max-height: 75px;
  }
  .irlLanding p {
    font-size: 18px;
    line-height: 24px;
  }
}
#irlLandingMobile {
  padding-left: 30px;
  padding-right: 30px;
}

#irlLandingMobile .btn {
  width: 100%;
  height: 60px;
  min-width: 100px;
  max-width: 250px;
  font-weight: bold;
  color: #fff;
  box-shadow: 0 0 4px 2px #0d6efd;
}

#irlAlert .modal-dialog {
  width: 670px;
  max-width: 90%;
  margin: 0 auto;
}

#irlAlert .modal-content {
  background-color: #0D243A;
  color: #ffffff;
  text-align: center;
  border-radius: 20px;
  padding: 40px 30px 30px;
}

#irlAlert .modal-body .title {
  color: #11A4FF;
  font-weight: bold;
  font-size: 60px;
  margin-bottom: 20px;
}

#irlAlert .modal-body .content {
  margin-bottom: 40px;
}

#irlAlert .close {
  position: absolute;
  top: -50px;
  right: -45px;
}

#irlAlert .modal-body .btn {
  width: 150px;
  height: 40px;
}

.irlLandingButtonPositionContainer {
  width: 300px;
  max-width: 100%;
  display: flex;
  justify-content: center;
}

#irlLandingMobile .irlLandingButtonPositionContainer {
  height: 80px;
}

#irlLanding .irlLandingButtonPositionContainer {
  position: absolute;
}

#irlLanding .irlLandingButtonPositionContainer.irlContentCMS {
  top: 10%;
  left: 20%;
}

#irlLanding .irlLandingButtonPositionContainer.irlContentConference {
  top: 35%;
  left: 10%;
}

#irlLanding .irlLandingButtonPositionContainer.irlContentExhibition {
  top: 70%;
  left: 20%;
}

#irlLanding .irlLandingButtonPositionContainer.irlContentMobileApp {
  top: 75%;
  right: 20%;
}

#irlLanding .irlLandingButtonPositionContainer.irlContentLeadr {
  top: 50%;
  right: 10%;
}

#irlLanding .irlLandingButtonPositionContainer.irlContentEvent {
  top: 15%;
  right: 20%;
}

#irlLanding .irlLandingButtonPositionContainer svg {
  position: fixed;
  /* border: 1px solid red; */
  width: 0;
  height: 0;
  display: none;
}

.irlLandingButtonAnimationContainer {
  position: relative;
  animation: ease;
  animation-duration: 2s;
  animation-name: landingButtonHeightAnimate;
  animation-fill-mode: forwards;
  z-index: 10;
  cursor: pointer;
}

.irlLandingButtonAnimationContainer .irlLeftBracket,
.irlLandingButtonAnimationContainer .irlRightBracket {
  display: none;
}

.irlLandingButtonAnimationContainer:hover .irlLeftBracket,
.irlLandingButtonAnimationContainer:hover .irlRightBracket {
  border-color: #fff;
  /* box-shadow: 0 0 0 4px #fff; */
  transition-duration: 500ms;
  transition-property: all;
}

.irlLandingButtonPositionContainer.irlContentCMS .irlLandingButtonAnimationContainer {
  animation-delay: 1s;
}

.irlLandingButtonPositionContainer.irlContentCMS .irlContentAnimation .icon {
  animation: iconFadeIn 2s ease forwards;
  animation-delay: 2s;
}

.irlLandingButtonPositionContainer.irlContentCMS .irlTextAnimation:before {
  animation-delay: 2s;
}

.irlLandingButtonPositionContainer.irlContentConference .irlLandingButtonAnimationContainer {
  animation-delay: 2s;
}

.irlLandingButtonPositionContainer.irlContentConference .irlContentAnimation .icon {
  animation: iconFadeIn 2s ease forwards;
  animation-delay: 3s;
}

.irlLandingButtonPositionContainer.irlContentConference .irlTextAnimation:before {
  animation-delay: 3s;
}

.irlLandingButtonPositionContainer.irlContentExhibition .irlLandingButtonAnimationContainer {
  animation-delay: 3s;
}

.irlLandingButtonPositionContainer.irlContentExhibition .irlContentAnimation .icon {
  animation: iconFadeIn 2s ease forwards;
  animation-delay: 4s;
}

.irlLandingButtonPositionContainer.irlContentExhibition .irlTextAnimation:before {
  animation-delay: 4s;
}

.irlLandingButtonPositionContainer.irlContentMobileApp .irlLandingButtonAnimationContainer {
  animation-delay: 4s;
}

.irlLandingButtonPositionContainer.irlContentMobileApp .irlContentAnimation .icon {
  animation: iconFadeIn 2s ease forwards;
  animation-delay: 5s;
}

.irlLandingButtonPositionContainer.irlContentMobileApp .irlTextAnimation:before {
  animation-delay: 5s;
}

.irlLandingButtonPositionContainer.irlContentLeadr .irlLandingButtonAnimationContainer {
  animation-delay: 5s;
}

.irlLandingButtonPositionContainer.irlContentLeadr .irlContentAnimation .icon {
  animation: iconFadeIn 2s ease forwards;
  animation-delay: 6s;
}

.irlLandingButtonPositionContainer.irlContentLeadr .irlTextAnimation:before {
  animation-delay: 6s;
}

.irlLandingButtonPositionContainer.irlContentEvent .irlLandingButtonAnimationContainer {
  animation-delay: 6s;
}

.irlLandingButtonPositionContainer.irlContentEvent .irlContentAnimation .icon {
  animation: iconFadeIn 2s ease forwards;
  animation-delay: 7s;
}

.irlLandingButtonPositionContainer.irlContentEvent .irlTextAnimation:before {
  animation-delay: 7s;
}

.skip-animation .irlLandingButtonAnimationContainer .irlLeftBracket,
.skip-animation .irlLandingButtonAnimationContainer .irlRightBracket,
.skip-animation .irlLandingButtonAnimationContainer,
.skip-animation .irlLandingButtonPositionContainer .irlContentAnimation .icon,
.skip-animation .irlTextAnimation::before {
  animation-delay: 0s !important;
  transition: 0s !important;
  opacity: 1 !important;
}

#irlLanding .me-2 {
  width: 40px !important;
  height: 40px !important;
  margin-top: 18px !important;
  margin-left: 26px;
}

#irlLanding .irlContentConference .me-2 {
  margin-left: 10px !important;
}

#irlLandingMobile .me-2 {
  width: 50px !important;
  height: 50px !important;
  left: 50px;
}

#irlLandingMobile h3 {
  font-size: 15px;
}

#irlLandingMobile .irlLandingButtonGridContainer {
  display: grid;
  grid-template-columns: 150px 150px;
  grid-template-rows: minmax(130px, 130px) minmax(130px, 130px) minmax(130px, 130px);
  gap: 1rem;
  justify-items: center;
  align-items: center;
}

@keyframes iconFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.irlLandingButtonAnimationContainer .irlContentAnimation .icon {
  opacity: 0;
}

#irlLanding .irlLandingButtonPositionContainer .irlContentAnimation {
  margin-left: 40px;
}

#irlLanding .irlContentMobileApp .irlContentAnimation {
  margin-left: 30px;
}

/*--------------------------------------------------------------
# home Section
--------------------------------------------------------------*/
.irlTwiportHome {
  --default-color: #ffffff;
  --background-color: #010922;
  --heading-color: #ffffff;
  width: 100%;
  min-height: 60vh;
  position: relative;
  padding: 100px 0 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.irlTwiportHome img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 1;
}

.irlTwiportHome:before {
  content: "";
  background: color-mix(in srgb, var(--background-color), transparent 30%);
  position: absolute;
  inset: 0;
  z-index: 2;
}

.irlTwiportHome .container {
  position: relative;
  z-index: 3;
}

.irlTwiportHome .irlContentAnimationContainer {
  width: 20px;
  max-height: 75px;
}

.irlTwiportHome h2 {
  margin: 0;
  font-size: 48px;
  font-weight: bold;
  padding: 0 10px;
}

.irlTwiportHome h2 span {
  color: var(--accent-color);
}

.irlTwiportHome h4 {
  margin: 0;
  font-size: 30px;
  font-weight: bold;
  padding: 0 10px;
}

.irlTwiportHome p {
  color: color-mix(in srgb, var(--default-color), transparent 20%);
  margin: 0;
  font-size: 20px;
}

@media (max-width: 768px) {
  .irlTwiportHome h2 {
    font-size: 32px;
    line-height: 36px;
  }
  .irlContentAnimationContainer {
    max-width: 300px;
  }
  .irlTwiportBlock4ContentAnimationContainer {
    max-width: 350px;
    width: 20px;
    max-height: 75px;
  }
  .irlTwiportHome p {
    font-size: 18px;
    line-height: 24px;
  }
  .footer .social-links {
    justify-content: center;
    padding-top: 10px;
  }
  .footer .copyright p {
    text-align: center;
    margin-left: 0;
  }
  #irlAlert .modal-body .title {
    font-size: 40px;
  }
  .irlTwiportHome h4 {
    font-size: 24px;
  }
}
/*--------------------------------------------------------------
# Block-2 Section
--------------------------------------------------------------*/
/* .irlTwiportBlock2 svg {
  margin-top: auto;
  width: 20px;
  height: 90px;
} */
.irlTwiportBlock2 h2 {
  margin: 0;
  font-size: 48px;
  font-weight: bold;
  color: var(--accent-color);
  padding: 0 30px;
  /* text-wrap: nowrap; */
}

.irlTwiportBlock2 p {
  font-size: 18px;
}

.irlTwiportBlock2 h2 span {
  margin: 0;
  font-size: 36px;
  font-weight: bold;
  color: var(--default-color);
}

.irlTwiportBlock2 .irlTitle {
  align-items: start;
  text-align: start;
  padding-top: 5%;
}

.irlTwiportBlock2 .irlBlockPadding {
  padding: 3rem;
}

@media (max-width: 1199px) {
  .irlTwiportBlock2 h2 {
    font-size: 36px;
    line-height: 40px;
  }
  .irlTwiportBlock2 h2 span {
    font-size: 32px;
  }
  .irlTwiportBlock2 svg {
    width: 20px;
    height: 75px;
  }
  .irlTwiportBlock2 .irlBlockPadding {
    padding: 1rem;
  }
}
@media (max-width: 768px) {
  .irlTwiportBlock2 h2 {
    font-size: 32px;
    line-height: 36px;
  }
  .irlTwiportBlock2 svg {
    width: 20px;
    height: 75px;
  }
  .irlTwiportBlock2 .irlTitle {
    align-items: center;
    text-align: start;
    padding-top: 0;
  }
  .irlTwiportBlock2 .irlBlockPadding {
    padding: 0.5rem;
  }
}
/*--------------------------------------------------------------
# Block-3 Section
--------------------------------------------------------------*/
.irlTwiportBlock3 h2 {
  margin: 0;
  font-size: 48px;
  font-weight: bold;
  color: var(--accent-color);
  padding: 0 30px;
}

.irlTwiportBlock3 h2 span {
  margin: 0;
  font-size: 36px;
  font-weight: bold;
  color: var(--default-color);
}

.irlTwiportBlock3 .irlTitle {
  align-items: center;
  text-align: start;
}

.irlTwiportBlock3 .irlArrowButton {
  align-items: left;
  justify-content: left;
}

.irlTwiportBlock3 .irlBlockPadding {
  padding: 2rem 0;
}

.irlTwiportBlock3 h5 {
  font-size: 24px;
}

.swiper-container {
  width: 100%;
  height: 100%;
  margin-left: 0 !important;
}

.swiper-wrapper {
  width: 600% !important;
}

.swiper-slide {
  text-align: left;
  font-size: 18px;
  background: #fff;
  display: flex !important;
  justify-content: left;
  align-items: left;
}

.swiper-slide img {
  display: block;
  width: 100%;
  padding: 5%;
  /* height: 100%; */
  -o-object-fit: cover;
     object-fit: cover;
}

/* .swiper-button-prev, .swiper-button-next {
  position: relative;
} */
@media (max-width: 1199px) {
  .irlTwiportBlock3 h2 {
    font-size: 36px;
    line-height: 40px;
  }
  .irlTwiportBlock3 h2 span {
    font-size: 32px;
  }
  .irlTwiportBlock3 svg {
    width: 20px;
    height: 75px;
  }
  .irlTwiportBlock3 .irlBlockPadding {
    padding: 1rem;
  }
}
@media (max-width: 768px) {
  .irlTwiportBlock3 h2 {
    font-size: 32px;
    line-height: 36px;
  }
  .irlTwiportBlock3 svg {
    width: 20px;
    height: 75px;
  }
  .irlTwiportBlock3 .irlTitle {
    align-items: center;
    text-align: start;
    padding-top: 0;
  }
  .irlTwiportBlock3 .irlArrowButton {
    align-items: center;
    justify-content: center;
  }
  .irlTwiportBlock3 .irlBlockPadding {
    padding: 0.5rem;
  }
  .swiper-slide {
    text-align: center;
    justify-content: center;
    align-items: center;
  }
}
.irlTwiportContact h2 {
  margin: 0;
  font-size: 40px;
  font-weight: bold;
  color: var(--accent-color);
  padding: 0 30px;
  /* text-wrap: nowrap; */
}

.irlTwiportContact p {
  font-size: 18px;
}

.irlTwiportContact .irlTitle {
  align-items: start;
  text-align: start;
}

.irlTwiportContact .irlBlockPadding {
  padding: 3rem;
}

.irlTwiportContact .irlContentAnimationContainer {
  max-width: 300px;
  width: 20px;
  max-height: 50px;
}

.irlTwiportContact .irlContentAnimation {
  display: flex;
  justify-content: start;
}

@media (max-width: 1199px) {
  .irlTwiportContact h2 {
    font-size: 36px;
    line-height: 40px;
  }
  .irlTwiportContact h2 span {
    font-size: 32px;
  }
  .irlTwiportContact svg {
    width: 20px;
    height: 75px;
  }
  .irlTwiportContact .irlBlockPadding {
    padding: 1rem;
  }
}
@media (max-width: 768px) {
  .irlTwiportContact h2 {
    font-size: 32px;
    line-height: 36px;
  }
  .irlTwiportContact svg {
    width: 20px;
    height: 75px;
  }
  .irlTwiportContact .irlTitle {
    align-items: center;
    text-align: start;
  }
  .irlTwiportContact .irlBlockPadding {
    padding: 0.5rem;
  }
}
/*--------------------------------------------------------------
# irlTwiportBlock4 Section
--------------------------------------------------------------*/
.irlTwiportBlock4 {
  --default-color: var(--default-color);
  --background-color: #ffffff;
  --heading-color: var(--default-color);
  width: 100%;
  min-height: 100vh;
  position: relative;
  padding: 5% 0 0 0;
  display: flex;
  flex-direction: column;
}

.irlTwiportBlock4 .irlTwiportBlock4Image {
  position: absolute;
  bottom: 0;
  display: block;
  width: 100%;
  height: 60%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 1;
}

.irlTwiportBlock4:before {
  content: "";
  background: color-mix(in srgb, var(--background-color), transparent 30%);
  position: absolute;
  inset: 0;
  z-index: 2;
}

.irlTwiportBlock4 .container {
  position: relative;
  z-index: 3;
}

.irlTwiportBlock4 h2 {
  margin: 0;
  font-size: 48px;
  font-weight: bold;
  padding: 0 10px;
}

.irlTwiportBlock4 h2 span {
  color: var(--accent-color);
}

.irlTwiportBlock4 p {
  color: color-mix(in srgb, var(--default-color), transparent 20%);
  margin: 0;
  font-size: 24px;
}

.irlTwiportFeatureItem {
  background-color: var(--background-color);
  box-shadow: 0px 5px 90px 0px color-mix(in srgb, var(--default-color), transparent 90%);
  padding: 30px 15px;
  transition: all ease-in-out 0.3s;
  border-radius: 18px;
  /* border-bottom: 5px solid var(--accent-color); */
  border-left: 2px solid var(--accent-color);
  border-right: 2px solid var(--accent-color);
  height: 100%;
}

.irlTwiportFeatureIcon {
  vertical-align: middle; /* Align the icon with the text */
  width: 80px; /* Adjust based on icon size */
  height: 80px; /* Adjust based on icon size */
  margin-bottom: 20px;
}

.irlTwiportFeatureItem h3 {
  font-size: 22px;
  font-weight: bold;
  text-align: center;
}

.irlTwiportFeatureItem p {
  font-size: 16px;
  text-align: start;
}

.irlLandingPage .irlButtonTwiportOk {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 11.5px;
}

.irlLandingPage .irlButtonTwiportOkContainer {
  display: flex;
  justify-content: center;
}

.irlTwiportHome .irlContentContainer {
  margin-top: 50px;
}

@media (max-width: 768px) {
  .irlTwiportBlock4 h2 {
    font-size: 32px;
    line-height: 36px;
  }
  .irlTwiportBlock4 img {
    width: 40px;
    height: 40px;
  }
  .irlTwiportBlock4 p {
    font-size: 10px;
    line-height: 24px;
  }
}
/* .irlLandingLogo {
  padding-bottom: 5%;
} */
.irlLeftBracket {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  border: 8px solid var(--accent-color);
  height: 100%;
  max-width: 20px;
  width: 20%;
  border-radius: 10px;
  border-right: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  transition: all 0.5s ease-in-out;
}

.irlRightBracket {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  border: 8px solid var(--accent-color);
  height: 100%;
  max-width: 20px;
  width: 20%;
  border-radius: 10px;
  border-left: none;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.irlContentAnimationContainer {
  position: relative;
  animation: ease;
  animation-duration: 2s;
  animation-name: heightAnimate;
  animation-fill-mode: forwards;
}

.irlTwiportBlock4ContentAnimationContainer {
  position: relative;
  animation: ease;
  animation-duration: 2s;
  animation-name: block4HeightAnimate;
  animation-fill-mode: forwards;
}

.irlLandingContentAnimationContainer {
  position: relative;
  animation: ease;
  animation-duration: 2s;
  animation-name: landingHeightAnimate;
  animation-fill-mode: forwards;
  cursor: pointer;
  max-width: 100%;
}

.irlContentAnimation {
  display: inline-block;
  position: absolute;
  left: 0;
  justify-content: center;
  align-items: center;
  right: 0;
  width: 100%;
  height: 100%;
}

#irlLandingMobile .irlContentAnimation {
  display: inline-block;
  position: absolute;
  left: 0;
  justify-content: center;
  align-items: end;
  right: 0;
  width: 100%;
  height: 80px;
}

.irlTextAnimation {
  content: "";
}

.irlTextAnimation:before {
  content: "";
  animation: ease;
  animation-name: contentAnimate;
  animation-fill-mode: forwards;
  animation-delay: 2s;
}

.logo-animation {
  width: 10px;
  height: 10px;
  animation: ease;
  animation-name: logoAnimate;
  animation-fill-mode: forwards;
  animation-delay: 2s;
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes heightAnimate {
  0% {
    height: 20px;
    width: 20px;
  }
  30% {
    height: 110px;
    width: 20px;
  }
  100% {
    height: 110px;
    width: 420px;
  }
}
@keyframes block4HeightAnimate {
  0% {
    height: 20px;
    width: 20px;
  }
  30% {
    height: 110px;
    width: 20px;
  }
  100% {
    height: 110px;
    width: 520px;
  }
}
@keyframes landingHeightAnimate {
  0% {
    height: 20px;
    width: 20px;
  }
  30% {
    height: 80px;
    width: 20px;
  }
  100% {
    height: 80px;
    width: 350px;
  }
}
@keyframes landingButtonHeightAnimate {
  0% {
    height: 20px;
    width: 20px;
  }
  30% {
    height: 80px;
    width: 20px;
  }
  100% {
    height: 80px;
    width: 300px;
  }
}
@keyframes contentAnimate {
  0% {
    content: "";
  }
  100% {
    content: attr(data-content);
  }
}
@keyframes logoAnimate {
  0% {
    height: 10px;
    width: 10px;
  }
  30% {
    height: 50px;
    width: 10px;
  }
  100% {
    height: 50px;
    width: 100%;
  }
}
@media (min-width: 320px) {
  .d-xxl-block {
    display: block !important;
  }
}
/*--------------------------------------------------------------
# twiportClienteleBlock Section
--------------------------------------------------------------*/
.twiportBlockClienteleCarousel #twiportBlockClienteleCarousel {
  position: unset;
}

.twiportBlockClienteleCarousel #twiportBlockClienteleCarousel .carousel-inner {
  position: unset;
}

.twiportBlockClienteleCarousel #twiportBlockClienteleCarousel .carousel-inner .carousel-item {
  position: unset;
}

.twiportBlockClienteleCarousel #twiportBlockClienteleCarousel .carousel-inner .carousel-item img {
  width: 75%;
  margin: auto;
  margin-top: 50px;
  margin-bottom: 50px;
}

.twiportBlockClienteleCarousel #twiportBlockClienteleCarousel .carousel-indicators {
  position: unset;
  padding-top: 15px;
}

.twiportBlockClienteleCarousel #twiportBlockClienteleCarousel .carousel-indicators button {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  margin-left: 10px;
  background-color: #D9D9D9;
}

.twiportBlockClienteleCarousel #twiportBlockClienteleCarousel .carousel-indicators .active {
  background-color: #ED1C24;
}

@media (max-width: 991.98px) {
  .twiportBlockClienteleCarouselMobile #twiportBlockClienteleCarouselMobile .carousel-inner-mobile .carousel-item img {
    width: 100%;
  }
}
.twiport-client-logo {
  max-height: 100px;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
  margin: 0 15px;
  display: inline-block;
  vertical-align: middle;
}

.twiport-client-logo[alt=YAPEIM] {
  transform: scale(2.5);
}

.twiport-client-logo[alt="Affin Bank"] {
  transform: scale(0.5);
}

.twiport-client-logo[alt="Heng Feng Cambodia Bank PLC"] {
  transform: scale(1.5);
}

.twiport-client-logo[alt="Oriental Bank"] {
  transform: scale(1.5);
}

@media (max-width: 1000px) {
  .twiport-client-logo {
    max-height: 60px;
  }
  .twiport-client-logo[alt=YAPEIM] {
    transform: scale(1.5);
  }
  .twiport-client-logo[alt=BitHarvest] {
    transform: scale(0.5);
  }
  .twiport-client-logo[alt=ACCCIM] {
    transform: scale(0.8);
  }
  .twiport-client-logo[alt="RHB Bank"],
  .twiport-client-logo[alt="Affin Bank"],
  .twiport-client-logo[alt="Oriental Bank"] {
    max-height: 35px;
  }
}
.twiportBlockClienteleCarousel .container {
  position: relative;
  z-index: 3;
}

.twiportBlockClienteleCarousel h2 {
  margin: 0;
  font-size: 48px;
  font-weight: bold;
  padding: 0 10px;
}

.twiportBlockClienteleCarousel h2 span {
  color: var(--accent-color);
}

@media (max-width: 768px) {
  .twiportBlockClienteleCarousel h2 {
    font-size: 32px !important;
    line-height: 36px;
  }
}
