/* Custom CSS */

.overflow {
    overflow-wrap: anywhere;
}

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

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

.btnnew {
    border-top: 1px solid;
    border-bottom: 1px solid;
    justify-self: start;
    padding: 16px;
    font-weight: 400;
}

.btnnew:hover {
    color: #ccc;
}

/* COLOUR BG */

.colour-bg {
    background-color: var(--colour2);
    padding-top: 32px;
    padding-bottom: 32px;
}

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

.colour-bg :is(li, 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: var(--colour2);
}

/* 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: var(--colour2);
}


.cardyb {
    border: 4px solid var(--colour4);
    padding: 32px;
    border-radius: 20px;
    background-color: var(--colour1);
    width: 75%;
    /* height: 250px; */
    justify-self: center;
}

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

.cardyb p {
    justify-self: center;
    text-align: center;
    color: var(--colour4) !important;
}

.cardyb i {
    justify-self: center;
    text-align: center;
    color: var(--colour4);
    font-size: large;
}


.cardyc {
    border: 4px solid var(--colour4);
    padding: 32px;
    border-radius: 20px;
    background-color: var(--colour2);
    width: 75%;
    /* height: 250px; */
    justify-self: center;
}

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

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

.cardyc i {
    justify-self: center;
    text-align: center;
    color: var(--colour4);
    font-size: large;
}


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

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

/*
@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/logo2.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: #00B7EB;
    height: 1px;
    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: var(--colour4);
    color: var(--colour3);
    font: italic smaller sans-serif;
    padding: 10px;
    text-align: center;
}

.zoom {
    transition: transform .2s;
}

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

/*
.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: var(--colour1);
}

.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:var(--colour1);
  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:var(--colour3);
}

.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: var(--colour3);*/
}

.imageback h1 {
    color: var(--colour3);
}

.imageback h3 {
    color: var(--colour3);
    font-size: 25px;
}

.imageback p {
    color: var(--colour3);
}

.imageback b {
    color: var(--colour3);
    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: var(--colour3);
}

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

.cards .red {
    background-color: var(--colour4);
}

.cards .red p {
    color: var(--colour3) !important;
}

.cards .blue {
    background-color: var(--colour2);
}

.cards .green {
    background-color: var(--colour1);
}

.cards .pink {
    background-color: var(--colour5);
}

.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: 20px;
    padding-bottom: 20px;
    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: var(--colour4);
}

.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);
}
