body {
  margin: 0px;
  padding: 0px;
}

html {
  scroll-behavior: smooth;
  font-family: "Viga", sans-serif;
}

.d-none {
  display: none !important;
}

.d-flex {
  display: flex !important;
}

.main-phone-menu-ctn {
  background-color: #272727;
  height: 100vh;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 5;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;

  a {
    font-size: 32px;
    text-decoration: none;
    color: white;
    margin-bottom: 16px;

    &:hover {
      cursor: pointer;
      color: #af8548;
    }
  }
}

.exit-icon-ctn {
  position: absolute;
  right: 50px;
  top: 50px;
  filter: brightness(0) invert(1);
  transition: transform .7s ease-in-out;

  &:hover {
    cursor: pointer;
    transform: rotate(360deg);
  }
}

.exit-icon-ctn img {
  height: 40px;
  object-fit: cover;
}

.socials-phone-ctn {
  position: absolute;
  bottom: 80px;
  display: flex;
  justify-content: center;
  align-items: center;

  img {
    height: 60px;
    width: 60px;
    padding: 8px;
  }
}


.main-header-ctn {
  background-image: url(assets/img/bg_2.png);
  background-size: cover;
  background-position: center;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

.grey-ctn {
  height: 100vh;
  position: absolute;
  top: 0px;
  right: 0px;
  left: 0px;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 0;
}

.phone-icon {
  position: absolute;
  right: 50px;
  height: 40px !important;
  filter: brightness(0) invert(1);

}

.main-header {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  z-index: 1;
}

.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 120px;
  padding-right: 120px;
  padding-top: 25px;
  color: white;
  position: relative;
}

.header img {
  height: 80px;
  width: 80px;
  object-fit: contain;
  filter: brightness(0) invert(1);
}

.header a {
  padding-left: 60px;
  font-size: 24px;
  text-decoration: none;
  color: white;
}

.header a:hover {
  cursor: pointer;
  color: #af8548;
}

.main-header-text-ctn {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 1;
}

.main-header-text-ctn h1 {
  font-size: 80px;
  margin: 0px;
  margin-bottom: 32px !important;
  font-weight: 100 !important;
  color: white;
  text-align: center;
}

.main-header-text-ctn span {
  font-size: 32px;
  margin-bottom: 64px;
  color: white;
}

.main-header-text-ctn a {
  text-decoration: none;
  color: white;
  background-color: #af8548;
  padding: 16px;
  font-size: 24px;
  border-radius: 10px;
}

.main-header-text-ctn a:hover {
  filter: brightness(0.85);
  cursor: pointer;
}

@font-face {
  font-family: "Viga";
  src: url("assets/fonts/viga/Viga-Regular.ttf") format("truetype");
  font-style: normal;
}

.main-about-us-section-ctn {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-bottom: 25px;
  text-align: center;
}

.main-about-us-section-ctn h2 {
  color: #af8548;
  font-size: 48px;
  margin-block-start: 0em;
  margin-block-end: 0em;
  margin-top: 25px;
  margin-bottom: 25px;
}

.main-about-us-section-ctn span {
  width: 60%;
  font-weight: normal;
  font-size: 18px;
}

.main-about-us-section-ctn span:last-child {
  margin-top: 16px;
}

.main-about-us-section-ctn span:last-child a {
  text-decoration: none;
  color: #af8548;
}

.main-about-us-section-ctn span:last-child a:hover {
  text-decoration: underline 2px solid #af8548;
}

.main-gospel-ctn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #272727;
  font-weight: 100;
}

.gospel-img-ctn {
  object-fit: cover;
  width: 33%;
}

.gospel-img-ctn img {
  height: 350px;
  width: 80%;
  object-fit: cover;
  display: block;
  object-position: center;
}

.gospel-info-ctn {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 33%;
  color: white;
  border-right: 1px white solid;
}

.ticket-ctn {
  width: 33%;
}

.gospel-date {
  font-size: 24px;
  margin-bottom: 8px;
}

.gospel-name {
  font-size: 32px;
  margin-bottom: 16px;
}

.gospel-text {
  width: 80%;
  font-size: 18px;
}

.ticket-ctn {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
}

.ticket-ctn a {
  color: white;
  text-decoration: none;
  background-color: #af8548;
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 48px;
  padding-right: 48px;
  border-radius: 10px;
}

.ticket-ctn a:hover {
  filter: brightness(0.85);
}

.location-headline {
  color: #af8548;
  font-size: 48px;
  text-align: center;
}

.location-headline h2 {
  margin-block-start: 0em;
  margin-block-end: 0em;
  margin-top: 25px;
  margin-bottom: 25px;
  margin: 0px;
  margin-top: 25px;
  margin-bottom: 25px;
  font-size: 48px;
}

.location-adress-ctn {
  display: flex;
  flex-direction: column;
}

.location {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 32px;
  margin-bottom: 16px;
}

.location div:first-child {
  display: flex;
  justify-content: center;
  align-items: center;
}

.location img {
  height: 32px;
  width: 32px;
  object-fit: contain;
}

.location-adress-ctn img {
  margin-right: 16px;
}

.google-maps-ctn {
  height: 400px;
}

.google-maps-ctn iframe {
  width: 100%;
  height: 100%;
}

.main-news-ct {
  /* padding: 25px; */
  background-color: #272727;
  font-size: 32px;
}

.news-header {
  display: flex;
  justify-content: center;
  align-items: center;
}

.news-header img {
  height: 40px;
  width: 40px;
  filter: brightness(0) invert(1);
  margin-left: 16px;
  object-fit: cover;
}


.main-news-ct h2 {
  color: white;
  font-size: 48px;
  margin-block-start: 0em;
  margin-block-end: 0em;
  margin-top: 25px;
  margin-bottom: 25px;
  text-align: center;
}

.news-subctn {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  color: #af8548;
  padding-bottom: 25px;
}

.news-subctn img {
  height: 350px;
  width: 350px;
  object-fit: cover;
  filter: grayscale(0.4);
}

.solo-news-ctn {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: flex-start;
}

.solo-news-ctn a:hover {
  filter: brightness(0.85);
}

.main-contact-form-ctn {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-bottom: 25px;
}

.main-contact-form-ctn h2 {
  color: #af8548;
  margin-block-start: 0em;
  margin-block-end: 0em;
  margin-top: 25px;
  margin-bottom: 25px;
  margin: 0px;
  margin-top: 25px;
  margin-bottom: 25px;
  font-size: 48px;
}

.contact-form {
  display: flex;
  justify-content: space-evenly;
  align-items: center;

  form {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    color: white;
    width: 40%;

    input {
      width: 100%;
      box-sizing: border-box;
      border-radius: 10px;
      padding: 20px 15px;
      background: #272727;
      color: white;
      outline: none;

      &:hover {
        filter: brightness(1.20);
        cursor: pointer;
      }

      &::placeholder {
        color: grey;
        font-size: 16px;
        font-family: "Viga", sans-serif;
        font-size: inherit;
      }
    }

    textarea {
      width: 100%;
      height: 120px;
      box-sizing: border-box;
      border-radius: 10px;
      padding: 20px 15px;
      background: #272727;
      ;
      resize: none;
      color: white;
      outline: none;
      font-family: "Viga", sans-serif;

      &:hover {
        cursor: pointer;
        filter: brightness(1.20);
      }

      &::placeholder {
        color: grey;
        font-size: 16px;
        font-family: "Viga", sans-serif;
        font-size: inherit;
      }
    }

    button {
      padding: 16px;
      background: #af8548;
      font-size: 23px;
      color: white;
      border-radius: 10px;
      border: none;
      outline: none;
      /* box-shadow: 4px 4px 4px rgb(0 0 0 / 25%); */
      transition: all 125ms ease-in;

      &:hover {
        cursor: pointer;
        filter: brightness(0.85);
      }
    }
  }
}

.solo-input-field {
  width: 100%;
  display: flex;
  position: relative;
  margin-bottom: 15px;
}

.send-button {
  display: flex;
  align-items: center;
  height: 58px;
  position: relative;
  width: 50px;
  justify-content: center;
  max-width: 100%;
}

.form-text {
  width: 40%;
}

.form-text span {
  font-size: 16px;
  font-weight: 100;
}

footer {
  background-color: #272727;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 50px;
  padding-bottom: 50px;
}

.secure {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding-left: 120px;

  img {
    height: 80px;
    width: 80px;
    object-fit: contain;
    margin-bottom: 12px;
    filter: brightness(0) invert(1);
  }

  a {
    padding: 4px;
    color: white;
    text-decoration: none;

    &:hover {
      cursor: pointer;
      color: #af8548;
    }
  }
}

.socials {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-right: 120px;

  img {
    height: 45px;
    width: 45px;
    padding: 8px;
    filter: grayscale(100%);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;

    &:hover {
      cursor: pointer;
      filter: grayscale(0%);
      animation: 3s ease-in-out;
    }
  }
}

@media (max-width: 1400px) {

  .header a {
    padding-left: 40px;
  }

  .main-header-text-ctn h1 {
    font-size: 60px;
  }

  .main-header-text-ctn span {
    font-size: 24px;
  }

  .main-header-text-ctn a {
    padding: 12px;
    font-size: 24px;
  }

}

@media (max-width: 1200px) {

  .header a {
    padding-left: 25px;
  }

  .main-header-text-ctn h1 {
    font-size: 50px;
  }

  .main-header-text-ctn span {
    font-size: 20px;
  }

  .main-header-text-ctn a {
    padding: 8px;
    font-size: 22px;
  }

  .main-about-us-section-ctn span {
    font-size: 16px;
  }

  .main-about-us-section-ctn span:last-child {
    font-size: 16px;
  }

  .gospel-date {
    font-size: 18px;
  }

  .gospel-name {
    font-size: 24px;
  }

  .gospel-text {
    font-size: 14px;
    font-weight: 100;
  }

  .ticket-ctn a {
    padding-top: 16px;
    padding-bottom: 16px;
    padding-left: 35px;
    padding-right: 35px;
  }

  .solo-news-ctn span {
    font-size: 26px;
  }

  .news-subctn img {
    height: 280px;
    width: 280px;
  }

  .contact-form form button {
    padding: 12px;
    font-size: 18px;
  }
}

@media (max-width: 1000px) {
  .header {
    padding-left: 80px;
    padding-right: 80px;
  }

  .header a {
    padding-left: 15px
  }

  .secure {
    padding-left: 80px;
  }

  .socials {
    padding-right: 80px;
  }

  .main-about-us-section-ctn span {
    width: 80%;
  }

  .news-subctn img {
    height: 200px;
    width: 200px;
  }

  .solo-news-ctn span {
    font-size: 24px;
  }

  .form-text h3 {
    font-size: 16px;
  }

  .form-text span {
    font-size: 14px;
  }
}

@media (max-width: 850px) {
  .header {
    padding-left: 50px;
    padding-right: 50px;
  }

  .header a {
    font-size: 18px;
    padding-left: 10px;
  }

  .main-header-text-ctn h1 {
    font-size: 40px;
  }

  .main-header-text-ctn span {
    font-size: 16px;
    margin-bottom: 40px;
  }

  .main-header-text-ctn a {
    font-size: 18px;
  }

  .main-about-us-section-ctn {
    margin-bottom: 25px;
  }

  .main-about-us-section-ctn h2 {
    font-size: 38px;
    margin-bottom: 18px;
    margin-top: 18px;
  }

  .main-about-us-section-ctn span {
    font-size: 14px;
  }

  .main-about-us-section-ctn span:last-child {
    font-size: 14px;
  }

  .location-headline h2 {
    font-size: 38px;
    margin-block-start: 0em;
    margin-block-end: 0em;
    margin-top: 18px;
    margin-bottom: 18px;
  }

  .location-adress-ctn img {
    height: 24px;
    width: 24px;
  }

  .location span {
    font-size: 24px;
  }

  .main-news-ct h2 {
    font-size: 38px;
    margin-block-start: 0em;
    margin-block-end: 0em;
    margin-top: 18px;
    margin-bottom: 18px;
  }

  .news-header img {
    height: 30px;
    width: 30px;
  }

  .secure {
    padding-left: 50px;
  }

  .socials {
    padding-right: 50px;
  }

  .gospel-info-ctn {
    border-right: none;
  }

  .gospel-img-ctn img {
    width: 90%;
    height: 300px;
  }

  .gospel-name {
    font-size: 18px;
  }

  .gospel-text {
    width: 100%;
  }

  .ticket-ctn a {
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 14px;
    padding-bottom: 14px;
  }

}

@media (max-width: 700px) {
  .header a {
    font-size: 16px;
  }

  .header img {
    height: 65px;
    width: 65px;
  }

  .main-header-text-ctn h1 {
    font-size: 32px;
    margin-bottom: 24px !important;
  }

  .main-header-text-ctn span {
    font-size: 14px;
    margin-bottom: 28px;
  }

  .main-header-text-ctn a {
    font-size: 16px;
  }

  .gospel-img-ctn img {
    width: 100%;
  }

  .ticket-ctn {
    font-size: 16px;
    width: 25%;
  }

  .ticket-ctn a {
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .solo-news-ctn span {
    font-size: 22px;
  }

  .news-subctn img {
    height: 170px;
    width: 170px;
  }

  .main-contact-form-ctn h2 {
    margin-top: 18px;
    margin-bottom: 18px;
    font-size: 38px;
  }

  .contact-form form button {
    font-size: 16px;
  }

  .google-maps-ctn {
    height: 300px;
  }
}

@media (max-width:615px) {
  .gospel-name {
    font-size: 16px;
    margin-bottom: 12px;
  }

  .location-adress-ctn img {
    margin-right: 8px;
  }

  .google-maps-ctn {
    height: 300px;
  }

  .solo-news-ctn span {
    font-size: 20px;
  }

  .news-subctn img {
    height: 140px;
    width: 140px;
  }

  .contact-form {
    flex-direction: column-reverse;
  }

  .contact-form form {
    width: 85%;
  }

  .form-text {
    width: 85%;
    margin-bottom: 22px;
  }

  .form-text h3 {
    text-align: center;
    margin-block-start: 0px;
    margin-block-end: 0;
    margin-inline-start: 0;
    margin-inline-end: 0;
    margin-bottom: 18px;
  }

  .main-gospel-ctn {
    justify-content: space-between;
  }

  .gospel-img-ctn {
    width: 45%;
  }

  .gospel-info-ctn {
    width: 50%;
    height: 100%;
  }

  .gospel-text {
    width: 90%;
  }

  .ticket-ctn {
    display: none;
  }
}

@media (max-width:550px) {
  .phone-icon {
    display: flex !important;
    right: 50px;

  }

  .header navbar {
    display: none !important;
  }

  .header {
    padding-left: 30px;
    padding-right: 30px;
  }

  .phone-icon {
    right: 30px;
    width: 40px;
    height: 40px;
  }

  .main-header-text-ctn h1 {
    font-size: 26px;
  }

  .main-header-text-ctn span {
    font-size: 12px;
  }

  .main-about-us-section-ctn h2 {
    font-size: 28px;
    margin-top: 14px;
    margin-bottom: 14px;
  }

  .main-about-us-section-ctn span {
    font-size: 12px;
  }

  .main-about-us-section-ctn span:last-child {
    font-size: 12px;
  }

  .gospel-text {
    font-size: 12px;
  }

  .location-headline h2 {
    font-size: 28px;
    margin-bottom: 14px;
    margin-top: 14px;
  }

  .location-adress-ctn img {
    height: 18px;
    width: 18px;
  }

  .location span {
    font-size: 18px;
  }

  .google-maps-ctn {
    height: 270px;
  }

  .main-news-ct {
    padding: 18px;
  }

  .main-news-ct h2 {
    font-size: 28px;
    margin-bottom: 14px;
    margin-top: 14px;
  }

  .news-header img {
    height: 25px;
    width: 25px;
  }

  .solo-news-ctn span {
    font-size: 16px;
  }

  .news-subct img {
    height: 120px;
    width: 120px;
  }

  .main-contact-form-ctn h2 {
    font-size: 28px;
    margin-top: 14px;
    margin-bottom: 14px;
  }

  .contact-form form input {
    padding: 15px 15px;
  }

  .contact-form form textarea {
    height: 90px;
  }

  .form-text h3 {
    font-size: 14px;
  }

  .form-text span {
    font-size: 12px;
  }

  .secure {
    padding-left: 30px;
  }

  .secure a {
    font-size: 12px;
  }

  .secure img {
    height: 65px;
    width: 65px;
  }

  .socials {
    padding-right: 30px;
  }

  .socials a img {
    height: 35px;
    width: 35px;
    padding: 6px;
  }
}

@media (max-width:500px) {
  .main-news-ct {
    padding: 0px;
    padding-top: 25px;
    /* padding-bottom: 25px; */
  }

  .news-subctn {
    flex-direction: column;
  }

  .solo-news-ctn {
    width: 80%;
    margin-bottom: 28px;
  }

  .solo-news-ctn span {
    text-align: center;
    width: 100%;
    font-size: 24px;
    margin-bottom: 8px;
  }

  .solo-news-ctn a {
    width: 100%;
  }

  .news-subctn img {
    width: 100%;
    height: 200px;
    object-fit: cover;
  }
}

@media (max-width:450px) {
  .main-header-text-ctn h1 {
    font-size: 22px;
  }

  .main-header-text-ctn span {
    font-size: 12px;
    text-align: center;
    width: 80%;
  }

  .main-header-text-ctn a {
    font-size: 14px;
  }
}

@media (max-width: 400px) {
  .main-header-text-ctn h1 {
    font-size: 20px;
  }

  .location span {
    font-size: 16px;
  }

  .location-adress-ctn img {
    height: 16px;
    width: 16px;
  }


}