/* Custom CSS */

.overflow {
  overflow-wrap: anywhere;
}

@font-face {
  font-family: "Righteous";
  /* src: url("../Ameyallinda Signature.ttf"); */
  src: url("../Righteous-Regular.ttf");
}

@font-face {
  font-family: "AnekLatin";
  /* src: url("../Ameyallinda Signature.ttf"); */
  src: url("../Anek\ Latin.ttf");
}

/* From Uiverse.io by vikiWayne */
.button2 {
  padding: 1em 2em;
  border: none;
  border-radius: 5px;

  letter-spacing: 3px;
  text-transform: uppercase;
  cursor: pointer;
  color: #CA9E67;
  transition: all 1000ms;

  position: relative;
  overflow: hidden;
  background-color: var(--colour1);
  outline: 2px solid #222;
}

.button2:hover {
  color: #1D1D1B;
  transform: scale(1.1);
  outline: 2px solid #1D1D1B;
  box-shadow: 4px 5px 17px -4px #000;
}

.button2::before {
  content: "";
  position: absolute;
  left: -50px;
  top: 0;
  width: 0;
  height: 100%;
  background-color: var(--colour2);
  transform: skewX(45deg);
  z-index: -1;
  transition: width 1000ms;
}

.button2:hover::before {
  width: 250%;
}

.button2 h4 {
  color: #82b7fd;
}

/* COLOUR BG */

.colour-bg {
  background-color: #019295;
  padding-top: 32px;
  padding-bottom: 32px;
}

.colour-bg strong,
.colour-bg b,
.colour-bg h3,
.colour-bg h1,
.colour-bg a {
  color: #fff !important;
}

.colour-bg li,
.colour-bg p {
  color: #fff !important;
}

/* SHAPE DIVIDER TOP */

.custom-shape-divider-top-1718618646 {
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
}

.custom-shape-divider-top-1718618646 svg {
  position: relative;
  display: block;
  width: calc(100% + 1.3px);
  height: 50px;
}

.custom-shape-divider-top-1718618646 .shape-fill {
  fill: #019295;
}

/* SHAPE DIVIDER BOTTOM */

.custom-shape-divider-bottom-1718619373 {
  bottom: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
  transform: rotate(180deg);
}

.custom-shape-divider-bottom-1718619373 svg {
  position: relative;
  display: block;
  width: calc(100% + 1.3px);
  height: 39px;
}

.custom-shape-divider-bottom-1718619373 .shape-fill {
  fill: #019295;
}


.cardyb {
  border: 4px solid #484747;
  padding: 32px;
  border-radius: 20px;
  background-color: #323385;
  width: 75%;
  /* height: 250px; */
  justify-self: center;
}

.cardyb h2 {
  justify-self: center;
  text-align: center;
  color: #fff;
}

.cardyb p, .cardyb a {
  justify-self: center;
  text-align: center;
  color: #fff;
}

.cardyb i {
  justify-self: center;
  text-align: center;
  color: #fff;
  font-size: xxx-large;
}


.cardyc {
  border: 4px solid #484747;
  padding: 32px;
  border-radius: 20px;
  background-color: #575759;
  width: 75%;
  /* height: 250px; */
  justify-self: center;
}

.cardyc h2 {
  justify-self: center;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
}

.cardyc p {
  justify-self: center;
  text-align: center;
  color: #fff;
}

.cardyc i {
  justify-self: center;
  text-align: center;
  color: #fff;
  font-size: xxx-large;
}


#page-content-2 {
  display: grid;
  width: 100%;
  grid-gap: 32px;
  padding: 32px 0 0px;
}

#page-content-3 {
  display: grid;
  width: 100%;
  /* grid-gap: 32px; */
  padding: 0px 0 0px;
}

/*
@media( max-width: 992px )
{
	#topbar
	{
		display: none;
	}

}
*/

.availalign {
  display: grid;
  justify-content: center;
}

.availaligninner {
  display: grid;
  justify-content: center;
}

@media (max-width:900px) {
  .availaligninner {
    max-width: 100%;
  }
}


hr { 
    background: url("../img/favicon.png") no-repeat top center;
    background-size: contain;
    display: block;
    height: 50px;
    border: 0;
    position: relative;
}
hr:before,
hr:after {
    content: '';
    display: block;
    position: absolute;
    background: var(--colour1);
    height: 3px;
    top: 22px;
}
hr:before {
    left: 0;
    right: 60%;
    margin-right: 10px;
    margin-left: 70px;
}
hr:after {
    right: 0;
    left: 60%;
    margin-left: 10px;
    margin-right: 70px;
} 


.cent {
  text-align: center;
  justify-content: center;
}

.button-alignment {
  text-align: center;
}

figure {
  border: thin #c0c0c0 solid;
  display: flex;
  flex-flow: column;
  padding: 5px;
  max-width: 320px;
  margin: auto;
}


figcaption {
  background-color: #111;
  color: #fff;
  font: italic smaller sans-serif;
  padding: 10px;
  text-align: center;
}

.zoom {
  transition: transform .2s;
}

.zoom:hover {
  transform: scale(1.05);
}

/*
.quotes
{
  margin: 0 auto;
  display: grid;
  grid-gap: 20px;
  box-sizing: border-box;
  padding:20px;
padding-top: 50px;
	padding-bottom: 50px;
}

.quotes .box
{
  position: relative;
  padding:80px 40px 40px;
  transition:0.5s;
  text-align: center;
  background:#fff;
  border-radius:10px;
}

.quotes .box:hover
{
  background-color: #B0C8E2;
}

.quotes .box p
{
  margin:0;
  padding:0;
  transition:0.5s;

}

.quotes .box h4
{
  margin:20px 0 0;
  padding:0;
  transition:0.5s;
  font-size:18px;
  color:#B0C8E2;
  font-weight:700;
  line-height: 20px;
  text-transform: uppercase;
}

.quotes .box h4 span
{
  font-weight: 600;
  font-size: 14px;
  color: #c5c5c5;
  transition: 0.5s;
}

.quotes .box:hover p,
.quotes .box:hover h4,
.quotes .box:hover h4 span
{
  color:#fff;
}

.quotes .box .imgBox
{
  position:absolute;
  top: -60px;
  left: 50%;
  transform: translate(-50%);
  width: 120px;
  height: 120px;
  border-radius:50%;
  overflow: hidden;

}

.quotes .box:before
{
  content: '';
  position: absolute;
  top: 20px;
  right: 20px;
  width: 80px;
  height: 80px;
  background: url("../img/quotes.webp");
  background-size: cover;
  opacity: 0.02;
  pointer-events: none;
  transition: 0.5s;
}

.quotes .box:hover:before
{
  transform: translateY(-60px);
  opacity: 1;
}

.quotes .box:after
{
  content:'';
  position: absolute;
  bottom:20px;
  left: 20px;
  width: 80px;
  height: 80px;
  background: url("../img/quotes.webp");
  background-size: cover;
  opacity: 0.02;
  pointer-events: none;
  transition: 0.5s;
  transform: rotate(180deg) translateY(0px);
}

.quotes .box:hover:after
{
  transform: rotate(180deg) translateY(-60px);
  opacity: 1;
}
*/

.imageback {
  padding: 32px 0px;
  background-image: url("../img/imageback.jpg");
     background-attachment: fixed;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  /*    color: white;*/
}

.imageback h1 {
  color: #fff;
}

.imageback h3 {
  color: #fff;
  font-size: 25px;
}

.imageback p {
  color: white;
}

.imageback b {
  color: #032a33;
  font-weight: 900;
}


.imageback2 {
  padding: 120px 0px;
  background-image: url("../img/imageback2.jpg");
  background-attachment: fixed;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  color: white;
}

/* From Uiverse.io by kamehame-ha */
.cards {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.cards .red {
  background-color: #222;
}

.cards .blue {
  background-color: #323385;
}

.cards .green {
  background-color: #326885;
}


.cards .pink {
  background-color: #575759;
}

.cards .card {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  /*
  height: 100px;
  width: 250px;
*/
 /* padding: 40px 10px 40px 10px; */
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 15px;
  /*    color: white;*/
  cursor: pointer;
  transition: 400ms;
  /*    padding: 10px*/
}

.cards .card p.tip {
  /*
  font-size: 1em;
  font-weight: 700;
*/
  font-size: 21px;

  font-family: "dystopian", sans-serif;
  font-weight: 900;
  font-style: normal;
  text-transform: uppercase;
  color: #fff;
}

.cards .card p.second-text {
  /*    font-size: .7em;*/
  color: #fff;
}

.cards .card:hover {
  transform: scale(1, 1);
}

@media( min-width:768px)
{
    .cards .card:hover {
    transform: scale(1.1, 1.1);
  }  
}

.cards:hover > .card:not(:hover) {
  filter: blur(10px);
  transform: scale(0.9, 0.9);
}


/* From Uiverse.io by SteveBloX */ 
.hovercard {
  box-sizing: border-box;
  width: 100%;
  height: 80px;
  background: #3233854b;
  border: 3px solid #222;
  box-shadow: 12px 17px 51px #00000038;
  backdrop-filter: blur(6px);
  border-radius: 17px;
  text-align: center;
  cursor: pointer;
  transition: all 0.5s;
  display: flex;
  align-items: center;
  justify-content: center;
  user-select: none;
  font-weight: bolder;
  color: #222;
  text-transform: uppercase;
}

.hovercard:hover {
  border: 3px solid #222;
  transform: scale(1.1);
}

.hovercard:active {
  transform: scale(0.95) rotateZ(1.7deg);
}