@import url('https://fonts.googleapis.com/css2?family=Lato:wght@100;300;400;700;900&display=swap');

:root {
  --black: #272a31;
  --orange: #ec5242;
  --grey: #d3d3d3;
}

* {
  margin: 0;
  padding: 0;
  font-family: 'Lato', sans-serif;
  text-transform: capitalize;
  text-decoration: none;
  outline: none;
  box-sizing: border-box;
  list-style: none;
}

html {
  width: 100%;
  scroll-behavior: smooth;
}

/* -----------------------------Hamburgar Icon Starts------------------------------------------------------ */
.hamburger {
  position: absolute;
  cursor: pointer;
  width: 20px;
  height: 14px;
  left: 14px;
  top: 46px;
  z-index: 99;
}

.bar {
  display: block;
  width: 25px;
  height: 3px;
  margin: 5px auto;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-color: #fff;
}

.hamburger.active .bar:nth-child(2) {
  opacity: 0;
}

.hamburger.active .bar:nth-child(1) {
  transform: translateY(8px) rotate(45deg);
}

.hamburger.active .bar:nth-child(3) {
  transform: translateY(-8px) rotate(-45deg);
}

/* -----------------------------Hamburgar Icon Ends------------------------------------------------------ */

/* -----------------------------Navbar Section Starts---------------------------------------------------- */

#navbar {
  position: fixed;
  width: 100%;
  left: -100%;
  backdrop-filter: blur(5px);
  background-color: #ec534285;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  transition: 0.5s;
}

#navbar.active {
  left: 0;
}

.contact a {
  font-weight: 800;
  font-size: 15px;
  color: #fff;
  text-decoration: underline;
  text-transform: lowercase;
}

.sub__navbar {
  width: 100%;
  height: 40px;
  gap: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #272a31;
}

.socialIcon {
  display: flex;
  gap: 50px;
  margin-left: 20px;
}

.socialIcon a {
  font-size: 25px;
  color: #fff;
}

.program a {
  display: none;
}

.figure1 a,
.figure2 a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: 20px;
  background: #ec534296;
  color: #eff2fa;
  transition: 0.5s ease;
}

.partnerIcons a {
  display: flex;
  justify-content: center;
  width: 90px;
}

.sub__navMenu ul li a {
  color: #fff;
  transition: 0.3s;
}

.main__navMenu ul li a {
  color: #272a31;
  font-weight: 500;
  transition: 0.3s ease;
}

.socialIcon a:hover {
  color: #ec5242;
  transition: 0.3s;
}

.sub__navMenu ul {
  display: flex;
  gap: 30px;
}

.figure1 a:hover,
.figure2 a:hover {
  border-radius: 0;
  background: #ec534296;
  box-shadow:
    -11px 11px 25px #5a5a5a,
    11px -11px 25px #fff;
}

.sub__navMenu ul li a:hover {
  color: #ec5242;
}

.main__navbar {
  height: 600px;
  width: 70%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
  background: #fff;
}

.main__navMenu ul {
  height: 400px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}

.close button,
.more button {
  padding: 20px;
  width: 100%;
  background: #fff;
  border: 2px solid #d3d3d3;
  transition: 0.3s;
}

.main__navMenu ul li button {
  width: 150px;
  height: 50px;
  border: 5px solid #ec5242;
  background: #fff;
  color: #ec5242;
  transition: 0.3s ease-in-out;
}

.more button:hover,
.close button:hover {
  background: var(--black);
  color: var(--grey);
}

.main__navMenu ul li a:hover {
  color: #ec5242;
}

.main__navMenu ul li button:hover {
  color: #fff;
  background: #d3d3d3;
}

/* -----------------------------Navbar Section Ends------------------------------------------------------ */

/* -----------------------------About banner Section Starts---------------------------------------------- */

.headerBanner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 16px;
  gap: 7px;
  background-image: url(../img/1025341.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.banner {
  width: 90%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}

.subHeader {
  color: #ec5242;
  font-weight: 500;
  font-size: 24px;
}

.mainHeader {
  font-weight: 800;
  font-size: 33px;
  background-image: url(../img/water.jpeg);
  background-size: contain;
  background-clip: var(--grey);
  -webkit-background-clip: text;
  color: transparent;
}

.underline {
  display: none;
}

.headerPara__mobile,
.headerPara__desktop {
  margin-top: 20px;
  padding: 10px;
  background: rgba(255, 255, 255, 0.384);
  border: 3px solid #d3d3d3;
  font-size: 15px;
  font-weight: 400;
  line-height: 25px;
}

.headerPara__desktop {
  display: none;
}

.contact {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 10px;
}

.contactTag {
  width: 40%;
  font-size: 13px;
  font-weight: 800;
  color: #ec5242;
}

/* -------------------------------------------------About Header Section Ends--------------------------------------------------------------- */

/* -------------------------------------------------About logo Section Starts--------------------------------------------------------------- */

#aboutLogo {
  padding: 50px 20px;
  border-bottom: 2px solid #d3d3d3;
}

.aboutLogo__wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.logoTitle {
  width: 70%;
  line-height: 40px;
}

.logoPara__mobile {
  width: 80%;
  line-height: 25px;
  margin-bottom: 40px;
  font-size: 15px;
}

.logoPara__desktop {
  display: none;
}

.logoBlock {
  width: 100%;
  padding: 40px 0;
  border: 2px solid #d3d3d3;
}

.logoBlock img {
  width: 100px;
}

.noShow {
  display: block;
  width: 7%;
  margin: 10px 0;
  border-bottom: 1px solid #ec5242;
}

/* -------------------------------------------------About logo Section Ends--------------------------------------------------------------- */

/* -------------------------------------------------History Section Starts--------------------------------------------------------------- */

#past {
  display: flex;
  padding: 50px 25px 70px 25px;
  text-align: center;
  border-bottom: 2px solid #d3d3d3;
}

.past__wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 30px;
}

.past__wrapper p {
  line-height: 25px;
  font-size: 15px;
}

.figures {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}

.figure1 {
  width: 80%;
  height: 300px;
  background: url(../img/R6N40US265BY1505942539587.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
}

.figure2 {
  width: 80%;
  height: 300px;
  background-image: url(../img/OSG7OWNU5NNH1571967080831.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
  isolation: isolate;
}

.figure1 a h3,
.figure2 a h3 {
  font-size: 50px;
}

.figure1 a h5,
.figure2 a h5 {
  font-size: 20px;
}

/* -------------------------------------------------History Section Ends--------------------------------------------------------------- */

/* -------------------------------------------------Partner Section Start--------------------------------------------------------------- */

#partner {
  background-color: #5a5a5a;
  height: 260px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 20px;
  align-items: center;
}

.partnerTitle {
  color: #d3d3d3;
  font-size: 25px;
  font-weight: 300;
  padding-bottom: 20px;
  border-bottom: 2px solid #ec5242;
}

.partnerIcons {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 30px;
}

.partnerIcons a img {
  width: 70px;
}

/* -------------------------------------------------Partner Section Start--------------------------------------------------------------- */

/* -------------------------------------------------Footer Section starts-------------------------------------------------------------- */

#copyright {
  display: block;
  padding: 50px 25px;
}

.crWrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 50px;
}

.wowlogo {
  display: flex;
  align-items: center;
  gap: 10px;
}

.wowlogo a img {
  width: 90px;
}

.logoText {
  font-size: 20px;
}

.crText {
  width: 40%;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.crText p {
  display: none;
}

/* -------------------------------------------------Footer Section Ends-------------------------------------------------------------- */

/* --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------MEDIA__QUERY__SECTION---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */

@media (min-width: 768px) {
  .hamburger {
    display: none;
  }

  /* -----------------------NavBar Section Start------------------------------------------------------------ */

  /* -----------------Sub_Nav-------------- */

  #navbar {
    height: 130px;
    position: relative;
    align-items: normal;
    background-color: #eff2fa;
    left: 0;
  }

  .sub__navbar {
    height: 30px;
    padding-right: 300px;
    display: flex;
    justify-content: end;
    align-items: center;
    gap: 24px;
    background-color: #272a31;
  }

  .socialIcon {
    width: 50px;
    gap: 0;
    margin: 0;
    display: flex;
    justify-content: space-between;
  }

  .socialIcon a {
    font-size: 1rem;
    color: #d3d3d3;
  }

  .sub__navMenu ul {
    width: 207px;
    gap: 0;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }

  .program a {
    display: block;
    line-height: 10;
    text-decoration: underline;
    text-transform: uppercase;
    color: #fff;
    transition: 0.5s;
  }

  .contact a {
    color: #fff;
  }

  .sub__navMenu ul li a {
    color: #d3d3d3;
    font-size: 15px;
  }

  /* -------------Main_Nav-------------- */

  .main__navbar {
    width: 100%;
    height: 100px;
    flex-direction: row;
  }

  .main__navMenu ul {
    height: auto;
    flex-direction: row;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 50px;
  }

  /* -----------------------NavBar Section Ends------------------------------------------------------------ */

  /* -----------------------About Header Section Starts------------------------------------------------------------ */

  .headerBanner {
    height: 100vh;
    gap: 50px;
  }

  .banner {
    width: 60%;
    align-items: center;
  }

  .subHeader {
    display: none;
  }

  .mainHeader {
    font-size: 60px;
  }

  .headerPara__mobile {
    display: none;
  }

  .headerPara__desktop {
    display: block;
  }

  .contactTag {
    width: 100%;
    font-size: 18px;
  }

  .underline {
    display: block;
    width: 7%;
    margin: 10px 0;
    border-bottom: 1px solid #ec5242;
  }

  /* -----------------------About Header Section Ends------------------------------------------------------------ */

  /* -----------------------About Logo Section Starts------------------------------------------------------------ */

  #aboutLogo {
    padding: 50px 0;
    display: flex;
    justify-content: center;
  }

  .logoPara__mobile {
    display: none;
  }

  .logoPara__desktop {
    display: block;
    width: 50%;
    line-height: 20px;
    margin-bottom: 40px;
  }

  .logoBlock {
    width: 40%;
  }

  /* -----------------------About Logo Section Ends------------------------------------------------------------ */

  /* -----------------------History Section Starts--------------------------------------------------------------- */

  #past {
    padding: 50px 0 70px 0;
    justify-content: center;
  }

  .past__wrapper {
    width: 100%;
    gap: 20px;
  }

  .figures {
    width: 60%;
    flex-direction: row;
  }

  /* -----------------------History Section Ends--------------------------------------------------------------- */

  #partner {
    display: none;
  }

  /* -----------------------footer Section starts--------------------------------------------------------------- */

  #copyright {
    display: block;
    padding: 50px 0;
    background-color: #272a31;
  }

  .crWrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 50px;
    color: #fff;
  }

  .wowlogo {
    display: flex;
    align-items: center;
    gap: 10px;
  }

  .wowlogo a img {
    width: 100px;
  }

  .logoText {
    font-size: 30px;
  }

  .crText {
    width: 40%;
    display: flex;
    flex-direction: column;
    gap: 15px;
  }

  .crText p {
    display: block;
  }

  /* -----------------------footer Section Ends--------------------------------------------------------------- */
}
