@import url('https://fonts.googleapis.com/css2?family=League+Spartan:wght@800&family=Montserrat:ital,wght@1,500&family=Source+Sans+3:ital,wght@1,300&display=swap');

/* header section */

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'League Spartan', sans-serif;
font-family: 'Montserrat', sans-serif;
/* font-family: 'Source Sans 3', sans-serif; */
}
html, body{
  overflow-x: hidden;
}
.image-bac{
    background: url('f35fb614-9ace-48ad-bd49-f6d0189ad31a.jfif') no-repeat center;
    /* opacity: 0.7; */
    background-size: cover;
    background-attachment: fixed;
    z-index: 1000;
    height: 100vh;
}
.image-bac .backg-clr{
  height: 100vh;
  width: 100%;
  background-color: rgb(0 0 0 / 71%);
  opacity: 0.5;
  z-index: -1;
}
.menu {
  height: 70px;
  width: 70px;
  right: 70px;
  top: 20px;
  text-align: center;
  position: absolute;
  /* background: #333; */
  /* background: transparent; */
  overflow: hidden;
  transition: all 0.2s ease;
  z-index: 999;
}
.menu.active {
  width: calc(100% - 140px);
}
.menu.active .menuContent * {
  opacity: 1;
}
.menu.active span i:nth-child(1) {
  transform: rotate(-45deg) translate(-50%, -50%);
  top: 50%;
}
.menu.active span i:nth-child(2) {
  transform: translateX(-100px);
  opacity: 0;
}
.menu.active span i:nth-child(3) {
  transform: rotate(45deg) translate(-50%, -50%);
  top: 50%;
}
.menu span {
  width: 70px;
  height: 70px;
  position: absolute;
  right: 0;
  cursor: pointer;
  background: #fff;
  z-index: 1;
}
.menu span i {
  position: absolute;
  transform-origin: 50% 50%;
  width: 45%;
  height: 2px;
  left: 0;
  right: 0;
  margin: auto;
  background-color: #ccc;
  transition: transform 0.3s ease, opacity 0.1s ease 0.1s;
}
.menu span i:nth-child(1) {
  top: 40%;
}
.menu span i:nth-child(2) {
  top: 50%;
}
.menu span i:nth-child(3) {
  top: 60%;
}
.menu .menuContent {
  position: absolute;
  width: 100%;
  height: 100%;
  line-height: 40px;
  right: 0px;
  text-align: center;
}
.menu .menuContent * {
  opacity: 0;
}
.menu .menuContent ul li {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: bold;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 20px;
  display: inline-block;
  margin-top: 14px;
  margin-left: 50px;
  margin-right: 50px;
  /* color: #2d3235; */
  color: magenta;
  transition: opacity 0.3s ease 0.3s;
  cursor: pointer;
  position: relative;
}
.menu .menuContent ul li:hover:before {
  opacity: 0.8;
  top: 13px;
  left: 20px;
}
.menu .menuContent ul li:hover:after {
  opacity: 0.8;
  bottom: 13px;
  left: -20px;
}
.menu .menuContent ul li:before, .menu .menuContent ul li:after {
  content: "";
  position: absolute;
  width: 20px;
  height: 2px;
  background: #ccc;
  transition: all 0.3s ease;
}
.menu .menuContent ul li:before {
  transform: rotate(-55deg);
  left: 60px;
  top: -30px;
  opacity: 0;
  right: 0;
  margin: auto;
}
.menu .menuContent ul li:after {
  transform: rotate(-55deg);
  left: -60px;
  bottom: -30px;
  opacity: 0;
  right: 0;
  margin: auto;
}
.image-bac .names-div{
  width: 100%;
  position: absolute;
  top: 100px;
}
.image-bac .names-div h1:nth-child(1){
  font-size: 4rem;
  padding-left: 200px;
  padding-top: 20px;
  padding-bottom: 20px;
  color: white;
  position: relative;
  animation: animate 1.4s ease-in-out;
  z-index: 100;
}
@keyframes animate{
  0%{
    top: 100px;
    opacity: 0.01;
  }
  /* 25%{
    top: 75px;
    opacity: 0.05;
  }
  50%{
    top: 50px;
    opacity: 0.1;
  }
  75%{
    top: 25px;
    opacity: 0.2;
  } */
  100%{
    top: 0;
    opacity: 1;
  }
}
.image-bac .names-div h1:nth-child(2){
  padding-left: 500px;
  padding-top: 20px;
  padding-bottom: 20px;
  z-index: 101;
}
.image-bac .names-div h1:nth-child(2) button{
  font-size: 1.4rem;
  padding: 15px 40px;
  border-radius: 40px;
  transition: 0.3s;
  z-index: 101;
}
.image-bac .names-div h1:nth-child(2) button:hover{
  background-color: rgb(115, 115, 236);
  cursor: pointer;
  color: white;
}

/* quotes section */

.quotes-section{
  /* background: url('quotes.png') no-repeat center; */
  padding: 50px 200px;
  background-color: #e4d9d9;
  /* border: 2px solid blue; */
}
.quotes-section div{
  text-align: center;
  text-shadow: 1px 1px blue;
  /* border: 2px solid red; */
  font-size: 1.2rem;
}

/* achievements section */

.achievements-section h1{
  font-size: 3rem;
  color: red;
  text-align: center;
  margin-bottom: 20px;
  margin-top: 30px;
}
.achievements-section hr{
  background-color: red;
  margin: 2px 700px;
  height: 6px;
  margin-bottom: 30px;
}
.achievements-section div{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
}
.achievements-section div img{
  height: 650px;
  width: 380px;
  padding-bottom: 50px;
  transition: transform 0.4s;
}
.achievements-section div img:hover{
  transform: scale(1.1);
}

/* intro section */

.intro-section div:nth-child(1){
  height: 100%;
  width: 100%;
  background-color: #333;
  z-index: -100;
  opacity: 0.4;
}
.intro-section{
  /* border: 1px solid red; */
  background: url('f35fb614-9ace-48ad-bd49-f6d0189ad31a.jfif') no-repeat center;
  background-size: cover;
  background-attachment: fixed;
  height: 92vh;
  position: relative;
}
.intro-section div:nth-child(2){
  position: absolute;
  /* border: 2px solid red; */
  height: 250px;
  width: 800px;
  top: 200px;
  right: 10px;
}
.intro-section div:nth-child(2) h1{
  font-size: 3rem;
  color: white;
  margin-bottom: 10px;
  /* border-bottom: 4px solid red; */
}
.intro-section div:nth-child(2) hr{
  height: 7px;
  background-color: red;
  margin-right: 700px;
  border: none;
}
.intro-section div:nth-child(2) p{
  font-size: 1.2rem;
  line-height: 35px;
  color: white;
  margin-top: 20px;
}

/* gallery section */

.gallery-section{
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}
.gallery-section div:nth-child(1) h1{
  font-size: 4rem;
  margin-bottom: 10px;
  padding-left: 20px;
}
.gallery-section div:nth-child(1) hr{
  height: 6px;
  border: none;
  background-color: red;
  margin-right: 300px;
  margin-left: 20px;
  margin-bottom: 20px;
}
.gallery-section div:nth-child(1) p{
  font-size: 1.2rem;
  line-height: 32px;
  padding-left: 20px;
}
.gallery-section div{
  margin: 50px;
  height: 500px;
  width: 400px;
}
.gallery-section div img{
  height: 100%;
  width: 100%;
  border-top-left-radius: 18px;
  border-bottom-right-radius: 18px;
  transition: transform 0.4s;
}
.gallery-section div img:hover{
  cursor: pointer;
  transform: scale(1.1);
}

/* info section */

.info-section{
  padding: 50px 160px;
  font-weight: bold;
  font-size: 1.2rem;
  line-height: 32px;
}

/* footer section */

footer p{
  text-align: right;
  padding-right: 60px;
  color: magenta;
  margin-top: 40px;
  margin-bottom: 40px;
  letter-spacing: 2px;
}

/* lightbox section */

#lightbox{
  position: fixed;
  z-index: 1000;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,.8);
  display: none;
}
#lightbox.active-lightbox{
  display: flex;
  justify-content: center;
  align-items: center;
}
#lightbox img{
  max-height: 90%;
  max-width: 90%;
  padding: 4px;
  background-color: black;
  border: 2px solid white;
}

/* media queries for gallery section */

@media (max-width:1473px){
  .gallery-section{
    grid-template-columns: 1fr;
  }
  .gallery-section div:nth-child(1) h1{
    font-size: 4rem;
    margin-bottom: 10px;
    padding-left: 20px;
  }
  .gallery-section div:nth-child(1) hr{
    margin-right: 400px;
    margin-left: 20px;
  }
  .gallery-section div:nth-child(1) p{
    font-size: 1.2rem;
    line-height: 32px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .gallery-section div{
    /* border: 2px solid red; */
    margin: 50px 20px;
    margin-top: 50px;
    margin-bottom: 50px;
    margin-left: 10px;
    margin-right: 20px;
    height: auto;
    width: 100%;
  }
}
@media (max-width:435px){
  .gallery-section div:nth-child(1) p{
    padding-right: 100px;
  }
}

/* media queries for footer section */

@media (max-width:686px){
  footer p{
    padding-right: 20px;
    margin-top: 40px;
    margin-bottom: 40px;
    font-size: 0.8rem;
  }
}

/* media queries for info section */

@media (max-width:696px){
  .info-section{
    padding: 50px 80px;
    line-height: 32px;
  }
}

/* media queries intro section */

@media (max-width:840px){
  .intro-section div:nth-child(2){
    width: 600px;
    top: 200px;
    right: 50px;
  }
  .intro-section div:nth-child(2) hr{
    height: 7px;
    margin-right: 500px;
  }
  .intro-section div:nth-child(2) p{
    font-size: 1.2rem;
    line-height: 32px;
    margin-top: 20px;
  }
}
@media (max-width:709px){
  .intro-section div:nth-child(2){
    /* border: 2px solid red; */
    height: 300px;
    width: 500px;
    top: 200px;
    right: 20px;
  }
  .intro-section div:nth-child(2) h1{
    font-size: 2.5rem;
    color: white;
    margin-bottom: 10px;
  }
  .intro-section div:nth-child(2) hr{
    height: 7px;
    margin-right: 400px;
  }
  .intro-section div:nth-child(2) p{
    font-size: 1rem;
    line-height: 32px;
    margin-top: 20px;
  }
}
@media (max-width:540px){
  .intro-section div:nth-child(2){
    /* border: 2px solid red; */
    height: 300px;
    width: 300px;
    top: 100px;
    right: 50px;
  }
  .intro-section div:nth-child(2) h1{
    font-size: 2.5rem;
    color: white;
    margin-bottom: 10px;
  }
  .intro-section div:nth-child(2) hr{
    height: 7px;
    margin-right: 200px;
  }
  .intro-section div:nth-child(2) p{
    font-size: 1rem;
    line-height: 32px;
    margin-top: 20px;
  }
}

/* media queries for achievements section */

@media (max-width:713px){
  .achievements-section hr{
    margin: 2px 50px;
  }
  .achievements-section div img{
    height: 500px;
    width: 300px;
  }
}

/* media queries for quotes section */

@media (max-width:756px){
  .quotes-section{
    padding: 20px 20px;
  }
  .quotes-section div{
    font-size: 1.2rem;
    word-wrap: break-word;
    /* border: 1px solid red; */
  }
}

/* media queries for navbar */

@media (max-width:787px){
    .menu .menuContent ul li {
        font-size: 15px;
        margin-top: 8px;
        margin-left: 20px;
        margin-right: 20px;
    }
    .menu {
        right: 20px;
        height: 50px;
        width: 50px;
    }
    .menu span {
        height: 50px;
        width: 50px;
    }
    .image-bac .names-div h1:nth-child(1){
      font-size: 3rem;
      padding-left: 100px;
      padding-top: 20px;
      padding-bottom: 20px;
    }
    .image-bac .names-div h1:nth-child(2){
      padding-left: 100px;
      padding-top: 20px;
      padding-bottom: 20px;
    }
    .image-bac .names-div h1:nth-child(2) button{
      font-size: 1rem;
      padding: 20px 40px;
      border-radius: 40px;
    }
}
@media (max-width:541px){
    .menu .menuContent ul li{
        font-size: 12px;
        margin-top: 6px;
        margin-left: 15px;
        margin-right: 30px;
    }
}
@media (max-width:500px){
  .image-bac{
    height: 60vh;
    background: url('f35fb614-9ace-48ad-bd49-f6d0189ad31a_ccexpress.jpeg') no-repeat center;
    background-size: 465px 569px;
  }
  .image-bac .backg-clr{
    height: 60vh;
  }
    .menu.active{
      width: calc(100% - 30px);
    }
    .image-bac .names-div h1:nth-child(1){
      /* border: 2px solid red; */
      font-size: 3rem;
      padding-left: 50px;
      padding-top: 20px;
      padding-bottom: 20px;
      color: white;
    }
    .image-bac .names-div h1:nth-child(2){
      /* border: 2px solid blue; */
      padding-left: 100px;
      padding-top: 20px;
      padding-bottom: 20px;
    }
}












