@import url("https://fonts.googleapis.com/css2?family=Orbitron:wght@400..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");

* {
  font-family: "Orbitron", sans-serif;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  background-color: #051833;
  overflow-x: hidden;
}

li {
  font-family: "Montserrat", sans-serif;
}
li strong {
  font-family: "Montserrat", sans-serif;
}

.logo a img {
  height: 80px;
}

.container {
  max-width: 1300px;
  margin: auto;
  padding: 0 80px;
  position: relative;
  border-left: 1px solid;
  border-right: 1px solid;
  border-image: linear-gradient(270deg, #f0b71f 0%, #e03609 100%);
  border-image-slice: 1;
  width: 90%;
  background-color: rgba(5, 24, 51, 0.85);
}

.container-with-icon::before {
  position: absolute;
  content: "";
  left: -31px;
  top: -31px;
  background-image: url(../img/red-icon.svg);
  height: 61px;
  width: 61px;
}
.container-with-icon::after {
  position: absolute;
  content: "";
  right: -31px;
  top: -31px;
  background-image: url(../img/yellow-icon.svg);
  height: 61px;
  width: 61px;
}

h3 {
  font-size: 56px;
  font-weight: 700;
  line-height: 71px;
  text-align: left;
  background: linear-gradient(270deg, #f0b71f 0%, #e03609 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
}

h5 {
  background: linear-gradient(270deg, #f0b71f 0%, #e03609 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
  letter-spacing: -0.20000000298023224px;
}

p {
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
  letter-spacing: -0.20000000298023224px;
  color: #fff;
}

nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 30px 0;
}

.navbar {
  display: flex;
  list-style: none;
}
.navbar li {
  margin-left: 30px;
}
.navbar li a {
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 24.38px;
  text-align: center;
  color: #ffffff;
  text-decoration: none;
}
.first-section-div {
  text-align: center;
  padding-bottom: 100px;
  padding-top: 50px;
}
.first-section h2 {
  background: linear-gradient(270deg, #f0b71f 0%, #e03609 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
  font-size: min(9vw, 155px);
  font-weight: 700;
  text-align: center;
  padding-top: 50px;
  line-height: 1;
}
.first-section h4 {
  font-size: min(5vw, 155px);
  font-weight: 700;
  line-height: 1;
  text-align: center;
  color: #fff;
}
.border-top {
  position: relative;
  border-top: 1px solid;
  border-image: linear-gradient(270deg, #f0b71f 0%, #e03609 100%);
  border-image-slice: 1;
}
.col-2 {
  display: grid;
  grid-template-columns: 2fr 1.5fr;
  gap: 40px;
}
.credentials h3 {
  margin-bottom: 20px;
}
.credentials h5 {
  margin: 20px 0;
}
.credentials p {
  font-family: "Montserrat", sans-serif;
}
.credentials-col {
  padding: 100px 0;
}
.credentials-info img {
  width: 100%;
  border: 1px solid #f0b71f;
}
/* .retrospective-div */
.retrospective-div {
  padding: 100px 0;
}
.retrospective-div h3 {
  margin-bottom: 40px;
}
.retrospective-div h3 span {
  font-weight: normal;
}
.retrospective {
  position: relative;
}
.retrospective-numbers {
  margin-top: 80px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 50px;
  text-align: center;
}
.retrospective-numbers-box h3 {
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 47px;
  font-weight: 600;
  line-height: 57px;
  margin-bottom: 5px;
}
.retrospective-numbers-box p {
  font-size: 17px;
  font-family: "Montserrat", sans-serif;
  line-height: 20px;
}
.retrospective-div ul li {
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
  letter-spacing: -0.20000000298023224px;
  color: #fff;
}
.retrospective-div ul {
  padding-left: 20px;
}
.audience-div {
  padding: 100px 0;
}
.audience-div ul {
  padding: 50px 20px 50px 65px;
}
.audience-div li {
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
  letter-spacing: -0.20000000298023224px;
  color: #fff;
}
.audience-box {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 80px;
  max-width: 930px;
}
.audience-br {
  border: 1px solid;
  border-image: linear-gradient(146.86deg, #e03609 0%, #f0b71f 100%);
  border-image-slice: 1;
  margin-top: 70px;
  position: relative;
}
.sponsoring-br ul li {
  font-weight: 400;
}
.sponsoring-br {
  border: 1px solid;
  border-image: linear-gradient(146.86deg, #e03609 0%, #f0b71f 100%);
  border-image-slice: 1;
  margin-top: 30px;
  position: relative;
}
.sponsoring-br ul {
  padding: 15px 20px 20px 45px;
}
.sponsoring-br {
  padding: 20px 0;
}
.audience-br::before {
  position: absolute;
  content: "";
  left: -31px;
  top: -30px;
  background-image: url(../img/red-icon.svg);
  height: 61px;
  width: 61px;
}
.audience-div.sponsoring-div {
  padding-top: 0;
}
.sponsoring-box-2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 50px;
}
.sponsoring-box-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.first-ts {
  font-size: 25px !important;
  margin-bottom: 20px;
  list-style: none;
}
.audience-br::after {
  position: absolute;
  content: "";
  right: -31px;
  bottom: -31px;
  background-image: url(../img/yellow-icon.svg);
  height: 61px;
  width: 61px;
}
.festival-div {
  padding: 100px 0;
}
.festival-col-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}
.festival-box {
  margin-top: 35px;
  max-width: 340px;
}
.festival-box h4 {
  background: linear-gradient(270deg, #f0b71f 0%, #e03609 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
  font-size: 35px;
  font-weight: 700;
  line-height: 43px;
}
.festival-box p {
  font-size: 18px;
  font-family: "Montserrat", sans-serif;
}
.festival-col-2 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}
.last-festival-box p {
  min-width: 550px;
}
.goals-div {
  padding: 100px 0;
}

.goals-parent {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 25px;
}
.goals-box-numbers {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;

  width: 100%;
  position: relative;
}
.goals-box-numbers h4 {
  font-weight: 700;
  color: #fff;
  font-size: min(2.3vw, 38px);
  position: relative;
}
.goals-box-numbers::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  background: linear-gradient(0deg, #e03609 0%, #f0b71f 100%);
}
.standby.goals-box-numbers::before {
  height: 0;
  transition: all 1s;
}
.standby.fadein.goals-box-numbers::before {
  height: 100%;
  transition: all 1s;
}
.goals-box-1 {
  height: 600px;
}
.goals-box-2 {
  height: 500px;
}
.goals-box-3 {
  height: 400px;
}

.goals-box-4 {
  height: 300px;
}

.goals-box-5 {
  height: 200px;
}

.goals-box h6 {
  color: #fff;
  text-align: center;
  font-size: min(2vw, 38px);
  font-weight: 700;
  margin-top: 20px;
}
.goals-boxed {
  display: flex;
  width: 100%;
  align-items: flex-end;
}
.goals-box {
  width: 100%;
}
.goals-parent {
  margin-top: 50px;
}
.goals-box-text {
  position: relative;
  z-index: 9;
}
.footer-div {
  padding: 100px 0;
}

.footer-col {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
}
.footer-info h6 {
  font-size: 18px;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
  color: #fff;
  margin-bottom: 20px;
}
.footer-info a {
  display: block;
  font-family: "Montserrat", sans-serif;
  text-decoration: none;
  color: #cbcbcb;
  font-size: 16px;
  margin-bottom: 5px;
}
.footer-info a span {
  font-weight: bold;
  font-family: "Montserrat", sans-serif;
}
.footer-copyright {
  display: flex;
  justify-content: space-between;
  padding: 40px 0;
  align-items: center;
}
.footer-copyright p {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: 500;
}
.footer-copyright p a {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
  background: linear-gradient(270deg, #f0b71f 0%, #e03609 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
}
.hamburger {
  display: none;
}
.partner-logo {
  max-height: 50px;
  margin-top: 10px;
}
.background-img {
  background-image: url(../img/Picture1.png);
  position: fixed;
  left: 0;
  top: 0;
  height: 100vh;
  background-size: cover;
  background-position: center;
  width: 100%;
}
.footer-logo img {
  display: block;
}
.video-parent {
  margin-top: 50px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}
.full-img {
  padding: 0;
  display: flex;
}
.full-img img {
  width: 100%;
}
.esg p {
  font-family: "Montserrat", sans-serif;
  margin-bottom: 15px;
}
.esg p strong {
  font-family: "Montserrat", sans-serif;
}
.esg h3 {
  margin-bottom: 20px;
  padding-top: 30px;
}
.esg ul {
  padding-left: 20px;
  padding-bottom: 40px;
}
.esg ul li {
  color: #fff;
  font-size: 18px;
  line-height: 32px;
}
.dropbtn {
  background: linear-gradient(270deg, #f0b71f 0%, #e03609 100%);
  color: white;
  padding: 10px;
  font-size: 16px;
  border: none;
  cursor: pointer;
  font-family: "Montserrat", sans-serif;
  width: 44px;
}

.dropdown {
  position: relative;
  display: inline-block;
  border-radius: 11px;
}

.dropdown-content {
  display: none;
  position: absolute;
  background: linear-gradient(270deg, #f0b71f 0%, #e03609 100%);
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
  width: 44px;
}

.dropdown-content a {
  color: #fff;
  padding: 9px;
  text-decoration: none;
  display: block;
  font-size: 15px;
  font-family: "Montserrat", sans-serif;
  transition: all 0.4s;
}

.dropdown-content a:hover {
  background: linear-gradient(270deg, #f0b71f 0%, #e03609 80%);
  transition: all 0.4s;
}

.dropdown:hover .dropdown-content {
  display: block;
}

.dropdown:hover .dropbtn {
  background: linear-gradient(270deg, #f0b71f 0%, #e03609 100%);
}
@media (max-width: 1200px) {
  .navbar li {
    margin-left: 25px;
  }
  .navbar li a {
    font-size: 14px;
  }
}
@media (max-width: 1024px) {
  .video-parent {
    grid-template-columns: repeat(2, 1fr);
  }
  .sponsoring-br ul {
    padding: 0 40px !important;
  }
  .sponsoring-box-2 {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .sponsoring-box-3 {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .no-scroll {
    overflow: hidden;
    height: 100vh;
  }
  .navbar {
    position: fixed;
    left: 0;
    top: 0;
    height: 100vh;
    background: linear-gradient(270deg, #f0b71f 0%, #e03609 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    z-index: 1;
    gap: 10px;
    visibility: hidden;
    opacity: 0;
    transition: all 0.4s;
  }
  .active-nav {
    opacity: 1;
    visibility: visible;
    transition: all 0.4s;
  }
  .hamburger {
    display: block;
    position: relative;
    z-index: 9;
  }
  .line {
    background: linear-gradient(270deg, #f0b71f 0%, #e03609 100%);
    height: 1px;
    width: 30px;
    margin-bottom: 5px;
  }

  .active-hamburger .line {
    background: #fff;
  }
  .footer-col {
    grid-template-columns: 1fr;
  }
  .footer-info h6 {
    margin-top: 25px;
  }
  .footer-copyright {
    display: block;
  }
  .social-icons {
    margin-top: 10px;
  }
  .credentials-col {
    grid-template-columns: 1fr;
  }
  h3 {
    font-size: 40px;
    line-height: 1.2;
  }
  .retrospective-numbers {
    grid-template-columns: repeat(2, 1fr);
  }
  .festival-col-3 {
    grid-template-columns: 1fr;
  }
  .festival-col-2 {
    grid-template-columns: 1fr;
  }
  .last-festival-box p {
    min-width: auto;
  }
  .festival-box {
    max-width: 100%;
  }
  .audience-div ul {
    padding: 40px 10px 50px 42px;
  }
  .audience-box {
    gap: 40px;
  }
  .first-section h2 {
    font-size: 70px;
  }
  .first-section h4 {
    font-size: 35px;
  }
  .goals-parent {
    grid-template-columns: 1fr;
    gap: 15px;
  }
  .goals-box-numbers {
    height: 60px !important;
  }
  .goals-box h6 {
    text-align: left;
    font-size: 20px;
    margin-top: 10px;
    margin-bottom: 20px;
  }
  .standby.goals-box-numbers::before {
    height: 100%;
    width: 0;
  }
  .goals-box-2 {
    width: 85%;
  }
  .goals-box-3 {
    width: 70%;
  }
  .goals-box-4 {
    width: 55%;
  }
  .goals-box-5 {
    width: 40%;
  }
  .standby.fadein.goals-box-numbers::before {
    width: 100%;
  }
  .navbar li {
    margin-left: 0;
  }
  .languages {
    position: absolute;
    right: 130px;
  }
}
.ai2 h3 {
  margin-bottom: 0;
  padding-bottom: 40px;
}
@media (max-width: 767px) {
  .languages {
    position: absolute;
    right: 60px;
  }
  .esg ul li {
    font-size: 16px;
    line-height: 1.4;
  }
  .video-parent {
    grid-template-columns: 1fr;
  }
  .audience-box {
    grid-template-columns: 1fr;
    gap: 15px;
  }
  .container {
    padding: 0 15px;
  }
  .retrospective-numbers {
    grid-template-columns: 1fr;
  }
  .retrospective-numbers-box h3 {
    text-align: left;
  }
  .retrospective-numbers {
    text-align: left;
  }
  p {
    font-size: 16px;
    line-height: 1.4;
  }
  h3 {
    font-size: 30px;
  }
  .audience-div li {
    font-size: 15px;
    line-height: 1.6;
  }
  .retrospective-div ul li {
    font-size: 15px;
    line-height: 1.6;
  }
  .audience-br::before {
    display: none;
  }
  .audience-br::after {
    display: none;
  }
  .audience-br {
    margin-top: 0;
  }
  .audience-div h3 {
    margin-bottom: 20px;
  }
  .audience-div {
    padding: 50px 0;
  }
  .festival-box h4 {
    font-size: 25px;
  }
  .border-top {
    overflow: hidden;
  }
  .first-section h2 {
    font-size: 45px;
    padding-top: 30px;
  }
  .first-section h4 {
    font-size: 30px;
  }
  nav {
    padding: 15px 0;
  }
  .logo img {
    max-height: 55px;
  }
}
.standby {
  opacity: 0;
  visibility: hidden;
  transform: translateY(40px);
  transition: all 0.8s;
}
.fadein {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}
