@import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Chewy&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');


@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html,
body {
  overflow-x: hidden;
}

:root {
  --brand-color: #FFC63E;
  --white-color: rgba(249, 251, 255, 1);
  --black-color: rgba(46, 46, 46, 1);
  --brand2-color: #EB1551;
  --grey-color: rgba(43, 68, 72, 1);
  --heading-color: #BD7430;
  --secondry-color: #eed1d2;
  --primary-font: "Inter", sans-serif;
  --secondary-font: "Inter", sans-serif;
  --heading-font: "Inter", sans-serif;
  --button-font: "Inter", sans-serif;
  --content-font: "Inter", sans-serif;
  --title-font: "Inter", sans-serif;
  --banner-title-font: "Inter", sans-serif;
  --banner-subtitle-font: "Inter", sans-serif;



}

.logoheader {
  width: 118px;
}

.nav-link {
  font-family: var(--primary-font);
  font-weight: 600 !important;
  font-size: 18px !important;
  line-height: 24px !important;
  color: var(--white-color) !important;
}

.nav-link:hover {
  color: var(--brand-color) !important;
}

.nav-link {
  position: relative;
  display: inline-block;
  transition: color 0.3s ease-in-out;
  padding: 0 !important;
}

.navbar-expand-lg .navbar-nav {
  gap: 40px;
}

.nav-link::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 2px;
  background: var(--brand-color);
  transition: width 0.4s ease-in-out;
}

.nav-link:hover::after {
  width: 100%;
}

.navbar-expand-lg .offcanvas .offcanvas-body {
  align-items: center;
  justify-content: end;
}

.navbar-btn a {
  font-family: var(--button-font);
  font-weight: 500;
  font-size: 20px;
  line-height: 29px;
  color: #181818;
  background-color: var(--brand-color);
  padding: 10px 17px 8px 17px;
  text-decoration: none;
  transition: 0.4s ease-in-out;
  border-radius: 4px;
  text-transform: uppercase;
}

.navbar-btn a {
  position: relative;
  display: inline-block;
  text-decoration: none;
  overflow: hidden;
  transition: color 0.4s ease-in-out;
  z-index: 1;
}

.navbar-btn a::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: var(--brand2-color);
  transition: left 0.4s ease-in-out;
  z-index: -1;
}

.callus {
  background-color: var(--brand2-color);
  padding: 8px;
  border-radius: 50px;
  margin-right: 10px;
}

.navbar-btn a:hover {
  color: var(--brand-color);
}

.navbar-btn a:hover::before {
  left: 0;
}

.main-header.sticky {
  position: fixed;
  padding: 10px 0;
  z-index: 1000;
  width: 100%;
  top: 3%;
}

.main-header.sticky .navbar {
  background-color: var(--white-color);
}

.main-header.sticky {
  position: fixed;
  padding: 10px 0;
  z-index: 1000;
  width: 100%;
  top: -2%;
}

.main-header {
  position: relative;
  z-index: 10;
}

/* ======================  topbar =============*/

.top-banner {
  background-color: var(--brand2-color);
  font-size: 14px;
  padding: 10px 0 !important;
  font-family: var(--secondary-font);

}

.topcontent {
  font-family: var(--secondary-font);
  color: var(--white-color);
  font-weight: 400;
  font-size: 20px;
  line-height: 27px;
}

.top-banner a {
  text-decoration: none;
  color: white;
}

.top-banner i {
  margin-right: 5px;
}

.socialicon a i {
  border-radius: 50px;
  color: var(--brand2-color);
  background-color: var(--white-color);
  padding: 10px;
  transition: all 0.3s ease-in-out;
}

.facebookicon {
  padding: 10px 13.5px !important;
}

.facebookicon2 {
  padding: 10px 12px !important;
}

.socialicon a:hover i {
  background-color: var(--brand-color);
  color: var(--white-color);
}

/* ==================== Banner-start ==========*/
.banner_wrapper .banner_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.banner_wrapper .banner_img {
  position: relative;
}

.banner_wrapper .banner_img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* background: #3f246775; */
  z-index: 1;
}

/* .banner_wrapper .banner_img .container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  z-index: 9;
} */

.bannersection {
  background-image: url('../images/banner/hero.webp');
  background-size: cover;
  background-position: center;
  text-align: center;
}

.bannerconten {
  padding: 150px 0;
}

.socialicon span {
  font-family: Nunito;
  font-weight: 400;
  font-size: 20px;
  line-height: 26.24px;
  letter-spacing: 0.8px;
  padding: 0;
  margin: 0;
  position: relative;
  top: 2px;
}

.inner_conntent h1 {
  font-family: var(--banner-title-font);
  color: var(--white-color);
  font-weight: 900;
  font-size: 45px;
  line-height: 60px !;
  letter-spacing: 3.57px;
  text-align: center;
  text-transform: uppercase;
}

.smallletter {
  text-transform: capitalize !important;
}

.inner_conntent h1 span {
  color: var(--secondry-color);
}

.headingbanner {
  /* border-top: 1px solid var(--white-color); */
  border-bottom: 1px solid var(--white-color);
  padding: 10px 0;
}

.inner_conntent h3 {
  font-family: Oswald;
  font-weight: 400;
  font-size: 38px;
  line-height: 43.73px;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: middle;
  text-transform: uppercase;
  color: var(--brand-color);
  padding-top: 20px;
}

.inner_conntent p {
  font-family: var(--primary-font);
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 20px;
  color: var(--white-color);
  text-align: center;
}

.bannerbutton {
  text-align: center;
}

/* ofcanvas */
.sidebaropen {
  color: var(--white-color);
  font-size: 31px;
}

.offcanvas-header {
  /* background-color: var(--brand2-color) !important; */
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.125);
}

.offcanvas-header .btn-close {
  font-size: 34px !important;
  color: #fff !important;
  position: relative;
  z-index: 10;
  height: unset !important;
}

.navbar-toggler:focus {
  box-shadow: unset !important;
  border: unset !important;
}

.navbar-toggler {
  border: unset !important;
}

.offcanvas-body .navbar-nav {
  gap: 0;
}

.navbar {
  position: absolute;
  top: 0px;
  max-width: 100%;
  width: 100%;
}

.offcanvas-body .navbar-nav {
  gap: 30px;
}

.sticky .nav-link {
  color: var(--brand-color) !important;
  font-size: 18px !important;
  font-weight: 600 !important;
  position: relative;
  top: 5px;
}

.offcanvas-body .navbar-btn.navbtn {
  margin-top: 21px;
}

/* ofcanvas-end */

/* ======================= about us image ================== */
.imgabout img {
  width: 100%;
}

.Aboutsection {
  background-image: url("../images/about/aboutus\ background.webp");
  background-position: center;
  background-repeat: no-repeat;
  /* padding-top: 50px; */

}

.aboutcontent h2 {
  font-family: var(--heading-font);
  font-weight: 700;
  font-size: 42px;
  line-height: 52px;
  text-transform: uppercase;
  color: var(--black-color);
}

.rulesimg2 {
  width: 350px;
  border-radius: 50px;
}

.aboutcontent p {
  font-family: var(--content-font);
  font-weight: 400;
  font-size: 22px;
  line-height: 35px;
  letter-spacing: 0.9px;
  vertical-align: middle;
  color: #1B1919FE;
}

.nameuther {
  font-size: 45px !important;
  text-transform: capitalize !important;

}

/* =========================== thetheme ===================== */

.thetheme {
  background-image: url("../images/theme_background.webp");
  background-repeat: no-repeat;
  background-size: cover;
}

.theme_content {
  padding: 160px 0;
}

.theme_content .aboutcontent h2 {
  color: var(--heading-color);
}

.theme_content .aboutcontent h3 {
  font-family: var(--heading-font);
  font-weight: 400;
  font-size: 22px;
  line-height: 29px;
  color: var(--heading-color);
}

.listtext_theme p,
.listtext_theme li {
  font-family: var(--content-font);
  font-weight: 400;
  font-size: 22px;
  line-height: 29px;
  padding-top: 30px;
}

.listtext_theme li {
  padding-top: unset;
}


/* ========================= What we’re looking for ====================== */

.what_we_loking {
  background-image: url("../images/Section.webp");
  background-repeat: no-repeat;
  background-size: 100%;
}



.what_lookin_img {
  display: flex;
  flex-direction: column;
  gap: 0px;
}

.lookingtxt {
  color: var(--heading-color) !important;
}

.img2 {
  position: relative;
  bottom: 99px;

}

.img1 img {
  width: 400px;
  height: 300px;
  display: block;
  object-fit: cover;
  border-radius: 0px 0px 278px 0px;
}

.what_we_lokingcontent {
  padding: 80px 0px 0px 0px;
}

.img2 {
  text-align: end;
  display: flex;
  justify-content: end;
}

.img2 img {
  width: 400px;
  height: 300px;
  display: block;
  object-fit: cover;
  border-radius: 278px 0px 0px 0px;
}

/* =============================  mattersSection =========================== */
.mattersSection {
  background-image: url("../images/mettersection2.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 120px 0;
}

.RulesText3 span {
  padding-left: 24px;
}

.metterscontent h2 {
  color: var(--white-color);

}

.metterscontent p {
  color: var(--white-color);
  padding-top: 20px;
}

/* =========================== All Winners will Have ======================= */
.winnersection {
  background-image: url("../images/winnersbackground.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 130px 0;
}

.cardflipsection {
  max-width: 1000px;
  margin: 0 auto;
}

.flip-card {
  width: 150px;
  height: 150px;
  perspective: 1000px;
  margin: 0 auto;
}

.cardflipsection {
  padding-top: 20px;
}

.flip-card2 {
  background-color: var(--brand-color) !important;
}

.flip-card3 {
  background-color: #6B8E23 !important;
}

.flip-card4 {
  background-color: #4682B4 !important;
}


.flip-card-inner {
  width: 100%;
  height: 100%;
  position: relative;
  transition: transform 0.6s;
  transform-style: preserve-3d;
}

.flip-card:hover .flip-card-inner {
  /* transform: rotateY(180deg); */
}

.flip-card-front,
.flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: var(--brand2-color);
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  backface-visibility: hidden;
  text-align: center;
  padding: 2px;
  border-radius: 60% 65% 70% 80% / 70% 75% 65% 60%;

}

.flip-card-back {
  transform: rotateY(180deg);
  background-color: var(--brand2-color);
}

/* =============================== The judge for the 2025 competition============== */
.team-section {
  /* background-image: url("../images/competitionbackground.webp"); */
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 100px 0 50px 0px;
  background: linear-gradient(180deg, #FEFEFE 0%, #FFF0E5 54.33%, #FEFEFE 100%);
}

.team-section .aboutcontent {
  max-width: 500px;
  margin: 0 auto;
  padding-bottom: 30px;
}

.team-member .img-wrap {
  width: 140px;
  height: 140px;
  margin: 0 auto 15px;
  border-radius: 65% 35% 60% 40% / 55% 45% 60% 40%;
  overflow: hidden;
  border: 4px solid #fff;
  transition: border-radius 0.5s ease-in-out, transform 0.5s ease-in-out;
}

.img-wrap2 {
  border-radius: 50px 0 !important;
}

.team-member:hover .img-wrap {
  border-radius: 5%;
  transform: scale(1.05);
}


.team-member .img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.design-line {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 10px 0;
}

.design-line img {
  width: 30px;
  height: 30px;
  margin-right: 10px;
}

.dotted-line {
  width: 60px;
  border-bottom: 2px dotted var(--brand2-color);
  display: inline-block;
}

.name {
  font-family: Chewy;
  font-weight: 400;
  font-size: 24px;
  line-height: 28px;
  margin-top: 20px;
  margin-bottom: 5px;
}

.name.orange {
  color: var(--brand-color);
}

.name.yellow {
  color: #f5a623;
}

.role {
  font-family: Lato;
  font-weight: 500;
  font-size: 20px;
  line-height: 29px;
  text-align: center;
  margin-bottom: 15px;
  color: #444444;
  padding-top: 10px;

}

.social-icons {
  display: flex;
  justify-content: center;
  gap: 10px;
}

.social-icons i {
  width: 35px;
  height: 35px;
  line-height: 35px;
  border-radius: 56% 0 85% 108% / 39% 10% 70% 62%;
  background-color: var(--brand2-color);
  color: #fff;
  font-size: 14px;
  transition: background-color 0.3s ease;
}

.social-icons i:hover {
  background-color: var(--brand-color);
}

/* ======================== key data =============================== */
.key-dates-section h2 {
  padding-bottom: 30px;
}

.key-dates-section {
  background: #fff;
  padding: 40px 20px;
  text-align: center;
  position: relative;
  font-family: Arial, sans-serif;
}

.key-dates-section .title {
  color: #d27d2d;
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 30px;
  text-transform: uppercase;
}

.dates-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 20px;
  max-width: 1000px;
  margin: 0 auto;
}

.date-card {
  border: 1px solid #eee;
  border-radius: 12px;
  padding: 20px;
  background: #fff;
  box-shadow: 0px 0px 9.8px 0px #0000001A;
}

.date-card h3 {
  font-family: Oswald;
  font-weight: 400;
  font-size: 40px;
  line-height: 100%;
  text-align: center;
  text-transform: uppercase;
  margin: 0 0 10px;
  line-height: 1.4;
  color: var(--brand-color);
}

.date-card h3 span {
  font-size: 20px;
  color: #444444;
  font-family: Oswald;
  font-weight: 400;
  font-size: 24px;
  text-align: center;
  text-transform: uppercase;
}

.date-card p {
  font-family: Lato;
  font-weight: 400;
  font-size: 20px;
  text-align: center;
  vertical-align: middle;
  color: #444444;
  margin: 0;
}

/* ======================= logoSection ============== */
.logoSection img {
  width: 150px;
  margin: 0 auto;
  height: 100px;
  object-fit: contain;
}


/* ======================= rules section =================== */
.Competitionrules {
  background-image: url("../images/rulesSection2.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 80px 0;
}

.RulesText h2 {
  font-family: var(--primary-font);
  font-weight: 400;
  font-size: 24px;
  text-transform: uppercase;
  color: var(--white-color);
}

.RulesText li a:hover {
  color: #4682B4;
}

.letterend {
  color: var(--black-color) !important;
}

.RulesText li,
.RulesText li a,
.letterend {
  font-family: Lato;
  font-weight: 400;
  font-size: 20px;
  line-height: 32px;
  color: var(--white-color);
}

.RulesText2 {
  padding-top: 18px;
}

.RulesText3 {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  max-width: 400px;
  margin-left: auto;
}

/* ========================== faq section ================== */
.accordion-button.custom-accordion-btn {
  padding-left: 2.5rem;
  position: relative;
  font-size: 20px;
  background-color: #fff;
  border: none;
  box-shadow: none;
  transition: background 0.3s ease;
  font-family: Lato;
  font-weight: 400;
  vertical-align: middle;

}

.accordion-button::after {
  display: none;
}

.accordion-button.custom-accordion-btn::before {
  content: '+';
  font-size: 18px;
  color: #ED145B;
  font-weight: bold;
  position: absolute;
  border: 1px solid #ED145B;
  padding: 1px 6px 0px 6px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.2s;
  border: 1;
  border-radius: 3px;
}

.accordion-button:not(.collapsed)::before {
  content: '−';
}

.faqsection {
  padding: 180px 0;
  background-image: url("../images/faqbackground.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

footer {
  padding-top: 100px;
  padding-bottom: 20px;
  background-image: url("../images/footerbackground.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: 999;
}

.logosocial i {
    background-color: var(--white-color);
    color: #0A6375 !important;
    /* padding: 11px 12px; */
    border-radius: 50px;
    width: 40px;
    height: 40px;
    display: inline-flex
;
    justify-content: center;
    align-items: center;
}

   /* .f_facebook i {
  padding: 11px 14px !important;

} */

.logosection img {
  width: 50px;
  height: 50px;

}

.logosection {
  display: flex;
  gap: 10px;
  justify-content: end;
}

.footercontents {
  padding-top: 0px !important;
}

.footer_logo img {
  width: 100px;
}

.accordion-body {
  font-size: 20px;
  line-height: 29px;
}

.footertxt,
.contacttext,
.footer_menu li a,
.privacytext a,
.copyrighttxt,
.copyrighttxt a ,.footer_menu p{
  font-family: Nunito;
  font-weight: 400;
  font-size: 20px;
  line-height: 29px;
  color: var(--white-color);
  padding: 30px 0;
  text-decoration: none;
}
.footer_menu p a{
  color: var(--white-color);
}
.footer_menu p{
  padding: unset !important;
}

.privacytext {
  color: var(--white-color);
}

.copyrighttxt,
.privacytext a {
  padding: 0 !important;
}

.footer_menu li {
  list-style: none;
}

.footer_menu {
  display: flex;
  flex-direction: row;
  gap: 20px;
}

.footerheading {
  font-family: Chewy;
  font-weight: 400;
  font-size: 20px;
  line-height: 26px;
  text-transform: capitalize;
  color: var(--white-color);
}

.contactfooter {
  display: flex;
  justify-content: center;
  padding-top: 40px;
  gap: 35px;
}

.img2_rules img {
  width: 300px;
  border-radius: 50px;
}
.Competitionrules {
  position: relative;
}
.flip-card6{
  background-color: #30d5c8 !important;
}
.iconrules {
  position: absolute;
  top: 0;
  right: 5%;
}
.footerbottom{
padding-top:35px}