@font-face {
  font-family: "puvi-Medium";
  src: url("../fonts/OpenType-TT/Zoho\ Puvi\ Medium.ttf");
}

@font-face {
  font-family: "puvi-Regular";
  src: url("../fonts/OpenType-TT/Zoho\ Puvi\ Regular.ttf");
}

@font-face {
  font-family: "puvi-Light";
  src: url("../fonts/OpenType-TT/Zoho\ Puvi\ Light.ttf");
}

@font-face {
  font-family: "puvi-Bold";
  src: url("../fonts/OpenType-TT/Zoho\ Puvi\ Bold.ttf");
}

@font-face {
  font-family: "puvi-Semi-Bold";
  src: url("../fonts/OpenType-TT/Zoho\ Puvi\ Semibold.ttf");
}

* {
  margin: 0;
  padding: 0;
}

:root {
 --primary-orange : #f97316;
 --orange-1 : #fb923c;
 --orange-2 : #ea580c;
 --orange-3 : #c2410c;
 --yellow-1 : #facc15;
 --yellow-2 : #eab308;
 --yellow-3 : #f59e0b;
 --yellow-4 : #eab30b;
 --yellow-5 : #eab20860;
 --red-1 : #dc2626;
 --white : #ffff;
 --grey : #e2e8f0;
 --grey-2 : #374151;
 --black-1 : #0a0a0a;
 --black-2 : #171717;
 --black-3 : #262626;
 --black-4 : #00000029;
 --black-5 : #000000cc;
 --lite-white : #f5f5f4;
 --primary-black : #000000;
}

/* Header Style */
header {
  z-index: 1;
  background-color: var(--primary-black);
  box-shadow: var(--black-4) 0px 1px 1px;
}

nav {
  padding: 0px !important;
}

.navbar .navbar-brand img {
  width: 160px;
}

.nav_list {
  display: flex;
  align-items: center;
}

.navbar-nav .nav-link {
  font-size: 16px;
  font-family: "puvi-Regular";
}

.navbar-nav li {
  margin-left: 36px;
}

.navbar-nav .nav-item .nav-link {
  color: var(--white) !important;
  font-family: "puvi-Semi-Bold";
}

.navbar-nav .nav-item .nav-link:hover {
  color: var(--yellow-1) !important;
}

.nav-login-btn .login-a-tag {
  width: 122px;
  height: 52px;
  font-size: 16px;
  margin-left: 36px;
  border-radius: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "puvi-Semi-Bold";
  background-color: var(--yellow-2);
  border: 2px solid var(--yellow-1);
}

.nav-login-btn .login-a-tag:hover {
  background-color: var(--white);
  color: var(--yellow-1) !important;
  cursor: pointer;
}

.our-works-body {
  position: relative;
  cursor: pointer;
}

.our-works-sub-body {
  width: 180px;
  position: absolute;
  left: -40%;
  border-radius: 5px;
  background-color: var(--black-1);
  display: none;
}

.our-works-sub-body a:hover {
  text-decoration: none;
}

.our-works {
  width: 100%;
  height: 35px;
  padding: 5px 8px;
  color: var(--white) !important;
  font-family: "puvi-Semi-Bold";
}

.our-works:hover {
  color: var(--yellow-1) !important;
}

.our-works-body:hover .our-works-sub-body {
  display: block;
}

/* Events Landing Style */
.event-landing-body {
  height: 240px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-position-y: 70%;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url("../media/eventLandingImg.png");
}

.event-landing-text {
  color: var(--white);
  font-size: 75px;
  padding: 0px 20px;
  font-family: "puvi-Bold";
}

.event-landing-text span {
  color: var(--orange-2);
}

/* Event Page Content Style */
.event-page-content-box {
  padding-top: 80px;
  padding-bottom: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: var(--black-1);
}

.event-page-content-text {
  max-width: 1031px;
  font-size: 24px;
  color: var(--white);
  font-family: "puvi-Bold";
}

.event-page-content-text span {
  color: var(--yellow-2);
}

.event-page-iframe-body {
  padding-top: 60px;
  max-width: 1250px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  gap: 102px;
}

.event-page-iframe {
  width: 348px;
  height: 554px;
}

/* Footer Style */
footer {
  height: auto;
  background-color: var(--black-2);
}

.footer {
  min-height: 644px;
  padding-bottom: 64px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.footer-content-box {
  max-width: 1198px;
  min-height: 548px;
  margin-top: 96px;
  display: flex;
  gap: 124px;
  flex-wrap: wrap;
  align-items: start;
  justify-content: space-around;
}

.footer-content1 {
  max-width: 523px;
  height: auto;
  padding-bottom: 40px;
}

.footer-content1-img {
  width: 336px;
  height: 176px;
}

.footer-content1-img img {
  width: 100%;
  height: 100%;
}

.footer-content1-text-body {
  max-width: 411px;
  padding-top: 32px;
}

.footer-details-parent-box{
  margin-bottom: 20px;
}

.footer-details-sub-title{
  color: var(--white);
  font-size: 16px;
  font-family: "puvi-regular";
}

.footer-content1-text {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 10px;
}

.footer-content1-text img {
  width: 20px;
  height: 20px;
}

.footer-content1-text span {
  color: var(--white);
  font-size: 18px;
  font-family: "puvi-Bold";
}

.footer-content2 {
  max-width: 660px;
  min-height: 548px;
}

.footer-content2 form {
  width: auto;
  height: auto;
  display: flex;
  gap: 32px;
  flex-direction: column;
}

.footer-form-content {
  width: 100%;
  min-height: 92px;
}

.footer-form-content1 {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  align-items: center;
}

.footer-form-content3 {
  min-height: 10px;
}

.footer-form-content4 {
  min-height: 56px;
}

form label {
  font-size: 18px;
  color: var(--white);
  font-family: "puvi-Semi-bold";
}

input[type="text"]:focus,
textarea:focus {
  border: 1px solid var(--white);
}

.footer-form-content1 span {
  width: 320px;
  height: 100%;
}

.footer-form-content1 span input {
  width: 100%;
  height: 56px;
  outline: none;
  color: var(--white);
  padding: 16px 12px;
  border-radius: 30px;
  border: none;
  background-color: var(--primary-black);
}

.footer-form-content2 input {
  width: 100%;
  height: 56px;
  outline: none;
  color: var(--white);
  padding: 16px 12px;
  border-radius: 30px;
  border: none;
  background-color: var(--primary-black);
}

.footer-form-content3 textarea {
  width: 100%;
  outline: none;
  color: var(--white);
  padding: 16px 12px;
  border-radius: 20px;
  border: none;
  background-color: var(--primary-black);
}

.footer-form-content3 textarea:focus {
  border: 1px solid var(--white);
}

.footer-form-content4 {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer-form-content4 button {
  padding: 20px;
  border: none;
  color: var(--white);
  border-radius: 40px;
  font-family: "puvi-Bold";
  background-color: var(--orange-1);
}

.footer-form-content4 button:hover {
  cursor: pointer;
  background-color: var(--yellow-3);
}

/* Copyrights Style Start */
.copyrights {
  padding-bottom: 24px;
  background-color: var(--black-2);
}

.sub-copyrights {
  width: 100%;
  min-height: 52px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  background-color: var(--orange-1);
}

.copyrights-content {
  display: flex;
  flex-wrap: wrap;
  gap: 490px;
  justify-content: space-around;
}

.copyrights-icon {
  width: 120px;
  height: 52px;
  display: flex;
  gap: 24px;
  align-items: center;
}

.copyrights-icon img {
  width: 21px;
  height: 21px;
  object-fit: cover;
  cursor: pointer;
}

.copyrights-text {
  width: 360px;
  height: 52px;
  display: flex;
  gap: 12px;
  align-items: center;
  justify-content: center;
}

.copyrights-text span {
  font-size: 12px;
  color: var(--white);
}

/* Media-Queries Style Start */
/* Menu Bar gap align */
@media (min-width: 480px) and (max-width: 991px) {
  .navbar-nav li {
    margin-left: 15px;
  }

  .nav_list {
    align-items: start;
  }

  .nav-login-btn .login-a-tag {
    margin-left: 0px;
  }
}

/* Copyrights gap align */
@media (min-width: 480px) and (max-width: 993px) {
  .copyrights-content {
    gap: 350px;
  }
}

@media (min-width: 480px) and (max-width: 852px) {
  .copyrights-content {
    gap: 200px;
  }
}

@media (min-width: 480px) and (max-width: 709px) {
  .copyrights-content {
    gap: 30px;
  }
}

@media (min-width: 480px) and (max-width: 700px) {
  .copyrights-content {
    gap: 30px;
  }
}

@media (min-width: 480px) and (max-width: 539px) {
  .copyrights-content {
    gap: 0px;
  }
}

/* Phone Size Media-Queries   */
@media (min-width: 360px) and (max-width: 430px) {
  /* Header Style */
  .nav_list {
    align-items: start;
  }

  .navbar-nav .nav-link {
    font-size: 14px;
  }

  .navbar-nav li {
    margin-left: 0px;
  }

  .nav-login-btn .login-a-tag {
    margin-left: 0px;
    width: 95px;
    height: 42px;
    font-size: 14px;
  }

  .our-works-sub-body {
    left: 0px;
  }

  /* Events Landing Style */
  .event-landing-text {
    font-size: 50px;
  }

  /* Event Page Content Style */
  .event-page-content-box {
    padding-top: 30px;
  }
  .event-page-content-text {
    font-size: 18px;
  }

  /* Footer Style */
  .footer {
    padding-bottom: 40px;
  }

  .footer-content-box {
    margin-top: 60px;
    max-width: 360px;
    gap: 30px;
  }
  .footer-content1-img {
    width: 280px;
    height: auto;
  }

  .footer-content1-text-body {
    /* height: 100px; */
    padding-top: 0px;
    margin-top: 0px;
    gap: 10px;
  }

  .footer-content1-text {
    gap: 12px;
  }

  .footer-content1-text img {
    width: 14px;
    height: 14px;
  }

  .footer-content1-text span {
    font-size: 16px;
  }

  .footer-content2 {
    max-width: 360px;
  }

  .footer-content2 form {
    gap: 20px;
    padding: 0px 10px;
  }

  form label {
    font-size: 14px;
  }

  .footer-form-content1 span {
    width: 360px;
  }

  .footer-form-content4 button {
    padding: 12px;
  }

  /* copy rights */
  .copyrights-content {
    gap: 0px;
  }
}
