@font-face {
  font-family: Montserrat;
  src: url(../fonts/Montserrat-VariableFont_wght.ttf);
}

@font-face {
  font-family: MyriadPro-Light;
  src: url(../fonts/MyriadPro-Light.otf);
}

@font-face {
  font-family: MyriadPro-regular;
  src: url(../fonts/MYRIADPRO-REGULAR.OTF);
}

@font-face {
  font-family: PlayfairDisplay;
  src: url(../fonts/PlayfairDisplay-Italic-VariableFont_wght.ttf);
}

@font-face {
  font-family: PlayfairDisplay-regular;
  src: url(../fonts/PlayfairDisplay-VariableFont_wght.ttf);
}

@font-face {
  font-family: RobotoCondensed-Italic;
  src: url(../fonts/RobotoCondensed-Italic-VariableFont_wght.ttf);
}

@font-face {
  font-family: RobotoCondensed-Variable;
  src: url(../fonts/RobotoCondensed-VariableFont_wght.ttf);
}

:root {
  --theme-red: #DF0024;
  --theme-gray: #44505c;
}

@media (min-width:990px) {
  .content p {
    padding: 0 11rem;
  }
}

.main-logo {
  padding-bottom: 1rem;
}

@media (min-width:690px) {
  .navbar-brand{padding-left: 3.7%;}
  .main-logo {
    width: 250px;
  }

  .content p {
    font-size: 20px;
  }

  .content h1 {
    font-size: 29px;
  }
}

@media (max-width:689px) {
  br {
    display: none;
  }

  .navbar-brand {
    width: 45%;
  }

  .main-logo {
    width: 100%;
  }

  .content h1 {
    font-size: 22px;
  }

  .content p {
    font-size: 16px;
  }
}

.content p {
  font-family: RobotoCondensed-Variable;
  color: var(--theme-gray);
}

.button {
  text-align: center;
  border: 0;
  background-color: #a10e0e;
  color: white;
  width: 12rem;
  padding: 7px 0;
  border-radius: 12px;
  font-family: RobotoCondensed-Variable;
  transition: all ease 0.3s;
}

.button:hover {
  background-color: white;
  color: #a10e0e;
  font-weight: 600;
  outline: 1px solid #a10e0e;
  border-radius: 5px;
}

.content h1 {
  color: #011f3d;
  font-family: PlayfairDisplay-regular;
}

.topbar {
  z-index: 7;
  justify-content: end;
  margin-top: 1.5rem;
  margin-bottom: -3.6rem;
  padding: 0;
}

.topbar h2 {
  position: relative;
  font-size: 27px;
  z-index: 2;
  text-align: end !important;
  margin-left: auto;
  font-family: PlayfairDisplay;
  color: var(--theme-red);
  padding-bottom: 4px;
  margin-right: 5%;
  border-bottom: 4px solid var(--theme-red);
  width: fit-content;
}

#navigationbar {
  padding-right: 5%;
}

#navigationbar .nav-link {
  color: #011f3d;
  font-weight: 500;
}



@media (min-width:992px) {
  #navigationbar .navbar-collapse {
    margin-top: 4.4rem;
  }


  #navigationbar .nav-link {
    color: #011f3d;
    font-weight: 500;
    padding: 0 1rem;
    border-left: #cccccc4d 3px solid;
  }

  #navigationbar .nav-link:hover {
    color: black;
    border-left: var(--theme-red) 3px solid;
  }

  #navigationbar {
    padding-right: 3%;
  }
}



@media (max-width:991px) {
  .topbar {
    display: none !important;
  }

  #navigationbar {
    padding-right: 0 !important;
  }

  #navigationbar ul {
    margin-top: 2rem;
  }

  #navigationbar .nav-link {
    padding: .7rem 1rem;
  }

  #navigationbar ul li:hover .nav-link {
    background-color: var(--theme-red);
    color: white !important;
  }
}



footer {
  margin-top: calc(2rem + 6vw);
  background-color: #a10e0e;
}

footer .container-xxl p {
  color: white;
  font-family: Montserrat;
}

footer .container-xxl a {
  color: #ffe1a4;
  text-decoration: none;
  font-weight: 500;
}

@media (min-width:895px) {
  footer .container-xxl {
    padding: 0 5% ;
    display: flex;
    justify-content: space-between;
  }

  footer {
    height: 5rem;
  }

  footer .container-xxl p {
    padding-top: 1.9rem;
    font-size: 14px;
  }
}


@media (max-width:894px) {
  footer .container-xxl {
    text-align: center;
    padding-top: .9rem;
    padding-bottom: .1rem;
    font-size: 13px;
  }

}



/* CASUAL BANNER  */

.casual-banner {
  /* background-color: #011f3d; */
  background-image: url(../images/banner-inner.jpg);
  background-size: contain;
  background-color: #a10e0e;
  background-repeat: no-repeat;
  background-position: bottom;
  height: calc(12.5rem + 2vw);
}

.casual-banner h1 {
  padding-top: calc(4rem + 2vw);
  color: white;
  text-align: center;
  font-family: PlayfairDisplay-regular;
  font-weight: 400;
  font-size: calc(1.4rem + 2vw);
}




.content-diff p {
  color: black !important;
}

.content-diff span {
  font-family: Montserrat;
  font-weight: 600;
  display: block;
  color: var(--theme-gray);
  margin-top: .8rem;
}

.content-diff img {
  border-radius: 15px;
  margin-top: 1rem;
}

@media (min-width:765px) {
  .content-diff img {
    width: 100%;
  }

}

@media (max-width:410px) {
  .content-diff img {
    width: 90%;
  }

}



/* events page styling  */

.events-page {
  margin-top: 2rem;
}

.events-page h5 {
  margin-top: 1rem;
  font-size: 20px;
  font-family: RobotoCondensed-Variable;
  color: var(--theme-gray);
}

.events-page h2 {
  color: var(--theme-red);
  font-family: RobotoCondensed-Variable;
  margin-top: 3rem;
}

.events-page h4 {
  font-family: RobotoCondensed-Variable;
  margin-top: 1rem;
}

.events-page img {
  border-radius: 11px;
}


@media (min-width: 999px) {
  .events-page img {
    width: 100%;
  }

  /* .events-page h4{ margin-bottom: 1.rem;} */
}

@media (min-width:591) {
  .events-page img {
  }

  .events-page h4 {
    font-size: 27px;
  }

  .events-page h2 {
    font-size: 34px;
  }

}

@media (max-width:590px) {
  .events-page h2 {
    font-size: 27px;
  }

  .events-page h4 {
    font-size: 20px;
  }

  .events-page img {
    width: 90% !important;
  }
}



/* dargah page styling  */

.dargah img {
  border-radius: 12px;
  margin-top: 1rem;
}

@media (min-width:591px) {
  .dargah img {
    width: 100%;
  }

}

@media (max-width:591px) {
  .dargah img {
    width: 87%;
  }

}


/* contact */
.contact h1 {
  font-family: PlayfairDisplay-regular;
  font-weight: 400;
  color: var(--theme-red);
}

.contact span {
  color: var(--theme-gray);
}

.contact p {
  color: var(--theme-gray);
  font-family: RobotoCondensed-Variable;
  margin: 0;
}

.contact a {
  color: var(--theme-gray);
  text-decoration: none;
}

.contact a:hover {
  color: #A20E0E;
  
}



@media (min-width:550px) {
  .contact p {
    font-size: 20px;
  }
}

@media (max-width:549px) {
  .contact span {
    display: block;
  }

  .contact p {
    font-size: 19px;
  }

}